Html Css Color HEX #CCD16A Wild Willow

📋 copy color: '#CCD16A'

red 204 ◦ green 209 ◦ blue 106

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

Shades of Wild Willow #CCD16A

Tints of Wild Willow #CCD16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.27%

 BLUE value IS 106 (41.8% from 255) = 20.42%

R = 39.31%
G = 40.27%
B = 20.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#CCD16A (or 0xCCD16A) is known color: Wild Willow. HEX triplet: CC, D1 and 6A. RGB value is (204,209,106). Sum of RGB (Red+Green+Blue) = 204+209+106=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD16A is #332E95. Grayscale: #C4C4C4. Windows color (decimal): -3354262 or 7000524. OLE color: 7000524.

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

Color convert

RGB 204 209 106 -
CMYK 0.02 0 0.49 0.18
HSL 62.91º 0.53% 0.62% -
HSV(B) 62.91º 0.49% 0.82% -
XYZ 50.3 59.48 22.46 -
YUV 195.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 204 209 106 0.02 0 0.49 0.18 62.91 0.53 0.62
Hex CC D1 6A 2 0 31 12 3F 35 3E
Octal 314 321 152 2 0 61 22 77 65 76
Binary 11001100 11010001 1101010 10 0 110001 10010 111111 110101 111110

Color Harmonies of #CCD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD16A

Black with #CCD16A

Text Example


Text Example

White with #CCD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD16A; }

 p { color: rgb(204,209,106); }

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

background-color css

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

 a { background-color: rgb(204,209,106); }

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

border-color css

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

 span { border-color: rgb(204,209,106); }

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