Html Css Color HEX #CCD25C Wild Willow

📋 copy color: '#CCD25C'

red 204 ◦ green 210 ◦ blue 92

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

Shades of Wild Willow #CCD25C

Tints of Wild Willow #CCD25C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.5%

 BLUE value IS 92 (36.33% from 255) = 18.18%

R = 40.32%
G = 41.5%
B = 18.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#CCD25C (or 0xCCD25C) is known color: Wild Willow. HEX triplet: CC, D2 and 5C. RGB value is (204,210,92). Sum of RGB (Red+Green+Blue) = 204+210+92=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD25C is #332DA3. Grayscale: #C3C3C3. Windows color (decimal): -3354020 or 6083276. OLE color: 6083276.

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

Color convert

RGB 204 210 92 -
CMYK 0.03 0 0.56 0.18
HSL 63.05º 0.57% 0.59% -
HSV(B) 63.05º 0.56% 0.82% -
XYZ 49.88 59.7 19.02 -
YUV 194.75 70.01 134.59 -
System Red Green Blue C M Y K H S L
Decimal 204 210 92 0.03 0 0.56 0.18 63.05 0.57 0.59
Hex CC D2 5C 3 0 38 12 3F 39 3B
Octal 314 322 134 3 0 70 22 77 71 73
Binary 11001100 11010010 1011100 11 0 111000 10010 111111 111001 111011

Color Harmonies of #CCD25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD25C

Black with #CCD25C

Text Example


Text Example

White with #CCD25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD25C; }

 p { color: rgb(204,210,92); }

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

background-color css

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

 a { background-color: rgb(204,210,92); }

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

border-color css

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

 span { border-color: rgb(204,210,92); }

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