Html Css Color HEX #CCD25A Wild Willow

📋 copy color: '#CCD25A'

red 204 ◦ green 210 ◦ blue 90

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

Shades of Wild Willow #CCD25A

Tints of Wild Willow #CCD25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 40.48%
G = 41.67%
B = 17.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#CCD25A (or 0xCCD25A) is known color: Wild Willow. HEX triplet: CC, D2 and 5A. RGB value is (204,210,90). Sum of RGB (Red+Green+Blue) = 204+210+90=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD25A is #332DA5. Grayscale: #C3C3C3. Windows color (decimal): -3354022 or 5952204. OLE color: 5952204.

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

Color convert

RGB 204 210 90 -
CMYK 0.03 0 0.57 0.18
HSL 63º 0.57% 0.59% -
HSV(B) 63º 0.57% 0.82% -
XYZ 49.79 59.67 18.57 -
YUV 194.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 204 210 90 0.03 0 0.57 0.18 63 0.57 0.59
Hex CC D2 5A 3 0 39 12 3F 39 3B
Octal 314 322 132 3 0 71 22 77 71 73
Binary 11001100 11010010 1011010 11 0 111001 10010 111111 111001 111011

Color Harmonies of #CCD25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD25A

Black with #CCD25A

Text Example


Text Example

White with #CCD25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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