#CCDB62

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

Shades of Wild Willow #CCDB62

Tints of Wild Willow #CCDB62

Color information

#CCDB62 (or 0xCCDB62) is unknown color: approx Wild Willow. HEX triplet: CC, DB and 62. RGB value is (204,219,98). Sum of RGB (Red+Green+Blue) = 204+219+98=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB62 is #33249D. Grayscale: #C9C9C9. Windows color (decimal): -3351710 or 6478796. OLE color: 6478796.

HSL color Cylindrical-coordinate representation of color #CCDB62: hue angle of 67.44º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCDB62 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB20421998-
CMYK0.0700.550.14
HSL67.44º62.69%62.16%-
HSV(B)67.44º55.25%85.88%-
XYZ52.4464.3821.22-
YUV200.7270.03130.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 98 (38.67% from 255) = 18.81%
R=39.16%
G=42.03%
B=18.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204219980.0700.550.1467.4462.6962.16
HexCCDB627037E433f3e
Octal3143331427067161037776
Binary11001100110110111100010111011011111101000011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB62; }

 p { color: rgb(204,219,98); }

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

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

 a { background-color: rgb(204,219,98); }

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

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

 span { border-color: rgb(204,219,98); }

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