#CDC630

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

Shades of Wattle #CDC630

Tints of Wattle #CDC630

Color information

#CDC630 (or 0xCDC630) is unknown color: approx Wattle. HEX triplet: CD, C6 and 30. RGB value is (205,198,48). Sum of RGB (Red+Green+Blue) = 205+198+48=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC630 is #3239CF. Grayscale: #B7B7B7. Windows color (decimal): -3291600 or 3196621. OLE color: 3196621.

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

Color convert

RGB20519848-
CMYK00.030.770.20
HSL57.32º62.06%49.61%-
HSV(B)57.32º76.59%80.39%-
XYZ45.953.5810.72-
YUV182.9951.82143.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 48 (19.14% from 255) = 10.64%
R=45.45%
G=43.90%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051984800.030.770.2057.3262.0649.61
HexCDC630034D14393e32
Octal315306600311524717662
Binary1100110111000110110000011100110110100111001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC630; }

 p { color: rgb(205,198,48); }

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

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

 a { background-color: rgb(205,198,48); }

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

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

 span { border-color: rgb(205,198,48); }

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