#CDC44B

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

Shades of Wattle #CDC44B

Tints of Wattle #CDC44B

Color information

#CDC44B (or 0xCDC44B) is unknown color: approx Wattle. HEX triplet: CD, C4 and 4B. RGB value is (205,196,75). Sum of RGB (Red+Green+Blue) = 205+196+75=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC44B is #323BB4. Grayscale: #B9B9B9. Windows color (decimal): -3292085 or 4965581. OLE color: 4965581.

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

Color convert

RGB20519675-
CMYK00.040.630.20
HSL55.85º56.52%54.9%-
HSV(B)55.85º63.41%80.39%-
XYZ46.1952.9714.45-
YUV184.965.98142.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 196 (76.95% from 255) = 41.18%
BLUE value IS 75 (29.69% from 255) = 15.76%
R=43.07%
G=41.18%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051967500.040.630.2055.8556.5254.9
HexCDC44B043F14383937
Octal315304113047724707167
Binary11001101110001001001011010011111110100111000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC44B; }

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

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

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

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

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

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

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

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