#CDC444

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

Shades of Wattle #CDC444

Tints of Wattle #CDC444

Color information

#CDC444 (or 0xCDC444) is unknown color: approx Wattle. HEX triplet: CD, C4 and 44. RGB value is (205,196,68). Sum of RGB (Red+Green+Blue) = 205+196+68=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC444 is #323BBB. Grayscale: #B8B8B8. Windows color (decimal): -3292092 or 4506829. OLE color: 4506829.

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

Color convert

RGB20519668-
CMYK00.040.670.20
HSL56.06º57.81%53.53%-
HSV(B)56.06º66.83%80.39%-
XYZ45.9652.8813.25-
YUV184.162.48142.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 68 (26.95% from 255) = 14.50%
R=43.71%
G=41.79%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051966800.040.670.2056.0657.8153.53
HexCDC444044314383a36
Octal3153041040410324707266
Binary110011011100010010001000100100001110100111000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC444; }

 p { color: rgb(205,196,68); }

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

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

 a { background-color: rgb(205,196,68); }

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

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

 span { border-color: rgb(205,196,68); }

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