Html Css Color HEX #CCDB5F Wild Willow

📋 copy color: '#CCDB5F'

red 204 ◦ green 219 ◦ blue 95

#CCDB5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CCDB5F

Tints of Wild Willow #CCDB5F

RGB

 RED value IS 204 (80.08% from 255) = 39.38%

 GREEN value IS 219 (85.94% from 255) = 42.28%

 BLUE value IS 95 (37.5% from 255) = 18.34%

R = 39.38%
G = 42.28%
B = 18.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#CCDB5F (or 0xCCDB5F) is known color: Wild Willow. HEX triplet: CC, DB and 5F. RGB value is (204,219,95). Sum of RGB (Red+Green+Blue) = 204+219+95=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB5F is #3324A0. Grayscale: #C8C8C8. Windows color (decimal): -3351713 or 6282188. OLE color: 6282188.

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

Color convert

RGB 204 219 95 -
CMYK 0.07 0 0.57 0.14
HSL 67.26º 0.63% 0.62% -
HSV(B) 67.26º 0.57% 0.86% -
XYZ 52.3 64.33 20.49 -
YUV 200.38 68.53 130.58 -
System Red Green Blue C M Y K H S L
Decimal 204 219 95 0.07 0 0.57 0.14 67.26 0.63 0.62
Hex CC DB 5F 7 0 39 E 43 3F 3E
Octal 314 333 137 7 0 71 16 103 77 76
Binary 11001100 11011011 1011111 111 0 111001 1110 1000011 111111 111110

Color Harmonies of #CCDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB5F

Black with #CCDB5F

Text Example


Text Example

White with #CCDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB5F; }

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

 H1.HeaderClassName
 {
   color: #CCDB5F;
 }
 .AnyTagClassName
 {
   color: #CCDB5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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