#CDC84D

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

Shades of Wattle #CDC84D

Tints of Wattle #CDC84D

Color information

#CDC84D (or 0xCDC84D) is unknown color: approx Wattle. HEX triplet: CD, C8 and 4D. RGB value is (205,200,77). Sum of RGB (Red+Green+Blue) = 205+200+77=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC84D is #3237B2. Grayscale: #BBBBBB. Windows color (decimal): -3291059 or 5097677. OLE color: 5097677.

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

Color convert

RGB20520077-
CMYK00.020.620.20
HSL57.66º56.14%55.29%-
HSV(B)57.66º62.44%80.39%-
XYZ47.1754.8215.12-
YUV187.4765.66140.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 77 (30.47% from 255) = 15.98%
R=42.53%
G=41.49%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052007700.020.620.2057.6656.1455.29
HexCDC84D023E143a3837
Octal315310115027624727067
Binary1100110111001000100110101011111010100111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC84D; }

 p { color: rgb(205,200,77); }

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

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

 a { background-color: rgb(205,200,77); }

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

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

 span { border-color: rgb(205,200,77); }

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