#CDC048

Color #CDC048 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CDC048

Tints of Wattle #CDC048

Color information

#CDC048 (or 0xCDC048) is unknown color: approx Wattle. HEX triplet: CD, C0 and 48. RGB value is (205,192,72). Sum of RGB (Red+Green+Blue) = 205+192+72=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC048 is #323FB7. Grayscale: #B6B6B6. Windows color (decimal): -3293112 or 4767949. OLE color: 4767949.

HSL color Cylindrical-coordinate representation of color #CDC048: hue angle of 54.14º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDC048 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20519272-
CMYK00.060.650.20
HSL54.14º57.08%54.31%-
HSV(B)54.14º64.88%80.39%-
XYZ45.251.1513.62-
YUV182.2165.81144.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 192 (75.39% from 255) = 40.94%
BLUE value IS 72 (28.52% from 255) = 15.35%
R=43.71%
G=40.94%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051927200.060.650.2054.1457.0854.31
HexCDC048064114363936
Octal3153001100610124667166
Binary110011011100000010010000110100000110100110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC048; }

 p { color: rgb(205,192,72); }

 H1.HeaderClassName
 {
   color: #CDC048;
 }
 .AnyTagClassName
 {
   color: #CDC048;
 }
</style>
background-color css

<style>
 a { background-color: #CDC048; }

 a { background-color: rgb(205,192,72); }

 div.DivClassName
 {
   background-color: #CDC048;
 }
 .BgClassName
 {
   background-color: #CDC048;
 }
</style>
border-color css

<style>
 span { border-color: #CDC048; }

 span { border-color: rgb(205,192,72); }

 td.TdClassName
 {
   border-color: #CDC048;
 }
 .TagClassName
 {
   border-color: #CDC048;
 }
</style>