#CDCC63

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

Shades of Wild Willow #CDCC63

Tints of Wild Willow #CDCC63

Color information

#CDCC63 (or 0xCDCC63) is unknown color: approx Wild Willow. HEX triplet: CD, CC and 63. RGB value is (205,204,99). Sum of RGB (Red+Green+Blue) = 205+204+99=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC63 is #32339C. Grayscale: #C0C0C0. Windows color (decimal): -3290013 or 6540493. OLE color: 6540493.

HSL color Cylindrical-coordinate representation of color #CDCC63: hue angle of 59.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDCC63 is Cyan = 0, Magento = 0.00, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20520499-
CMYK00.000.520.20
HSL59.43º51.46%59.61%-
HSV(B)59.43º51.71%80.39%-
XYZ49.0257.0720.24-
YUV192.3375.33137.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 99 (39.06% from 255) = 19.49%
R=40.35%
G=40.16%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052049900.000.520.2059.4351.4659.61
HexCDCC630034143b333c
Octal315314143006424736374
Binary110011011100110011000110011010010100111011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC63; }

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

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

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

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

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

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

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

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