Html Css Color HEX #CCD260 Wild Willow

📋 copy color: '#CCD260'

red 204 ◦ green 210 ◦ blue 96

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

Shades of Wild Willow #CCD260

Tints of Wild Willow #CCD260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 40%
G = 41.18%
B = 18.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#CCD260 (or 0xCCD260) is known color: Wild Willow. HEX triplet: CC, D2 and 60. RGB value is (204,210,96). Sum of RGB (Red+Green+Blue) = 204+210+96=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD260 is #332D9F. Grayscale: #C3C3C3. Windows color (decimal): -3354016 or 6345420. OLE color: 6345420.

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

Color convert

RGB 204 210 96 -
CMYK 0.03 0 0.54 0.18
HSL 63.16º 0.56% 0.6% -
HSV(B) 63.16º 0.54% 0.82% -
XYZ 50.06 59.78 19.97 -
YUV 195.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 204 210 96 0.03 0 0.54 0.18 63.16 0.56 0.6
Hex CC D2 60 3 0 36 12 3F 38 3C
Octal 314 322 140 3 0 66 22 77 70 74
Binary 11001100 11010010 1100000 11 0 110110 10010 111111 111000 111100

Color Harmonies of #CCD260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD260

Black with #CCD260

Text Example


Text Example

White with #CCD260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD260; }

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

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

background-color css

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

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

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

border-color css

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

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

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