Html Css Color HEX #CCD05F Wild Willow

📋 copy color: '#CCD05F'

red 204 ◦ green 208 ◦ blue 95

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

Shades of Wild Willow #CCD05F

Tints of Wild Willow #CCD05F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

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

R = 40.24%
G = 41.03%
B = 18.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#CCD05F (or 0xCCD05F) is known color: Wild Willow. HEX triplet: CC, D0 and 5F. RGB value is (204,208,95). Sum of RGB (Red+Green+Blue) = 204+208+95=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD05F is #332FA0. Grayscale: #C2C2C2. Windows color (decimal): -3354529 or 6279372. OLE color: 6279372.

HSL color Cylindrical-coordinate representation of color #CCD05F: hue angle of 62.12º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD05F is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 95 -
CMYK 0.02 0 0.54 0.18
HSL 62.12º 0.55% 0.59% -
HSV(B) 62.12º 0.54% 0.82% -
XYZ 49.52 58.78 19.56 -
YUV 193.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 204 208 95 0.02 0 0.54 0.18 62.12 0.55 0.59
Hex CC D0 5F 2 0 36 12 3E 37 3B
Octal 314 320 137 2 0 66 22 76 67 73
Binary 11001100 11010000 1011111 10 0 110110 10010 111110 110111 111011

Color Harmonies of #CCD05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD05F

Black with #CCD05F

Text Example


Text Example

White with #CCD05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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