#CDCC4D

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

Shades of Wattle #CDCC4D

Tints of Wattle #CDCC4D

Color information

#CDCC4D (or 0xCDCC4D) is unknown color: approx Wattle. HEX triplet: CD, CC and 4D. RGB value is (205,204,77). Sum of RGB (Red+Green+Blue) = 205+204+77=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC4D is #3233B2. Grayscale: #BEBEBE. Windows color (decimal): -3290035 or 5098701. OLE color: 5098701.

HSL color Cylindrical-coordinate representation of color #CDCC4D: hue angle of 59.53º 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 #CDCC4D is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20520477-
CMYK00.000.620.20
HSL59.53º56.14%55.29%-
HSV(B)59.53º62.44%80.39%-
XYZ48.1156.715.43-
YUV189.8264.33138.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 77 (30.47% from 255) = 15.84%
R=42.18%
G=41.98%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052047700.000.620.2059.5356.1455.29
HexCDCC4D003E143c3837
Octal315314115007624747067
Binary110011011100110010011010011111010100111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC4D; }

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

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

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

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

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

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

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

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