Html Css Color HEX #CCD962 Wild Willow

📋 copy color: '#CCD962'

red 204 ◦ green 217 ◦ blue 98

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

Shades of Wild Willow #CCD962

Tints of Wild Willow #CCD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 98 (38.67% from 255) = 18.88%

R = 39.31%
G = 41.81%
B = 18.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#CCD962 (or 0xCCD962) is known color: Wild Willow. HEX triplet: CC, D9 and 62. RGB value is (204,217,98). Sum of RGB (Red+Green+Blue) = 204+217+98=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD962 is #33269D. Grayscale: #C8C8C8. Windows color (decimal): -3352222 or 6478284. OLE color: 6478284.

HSL color Cylindrical-coordinate representation of color #CCD962: hue angle of 66.55º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD962 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 98 -
CMYK 0.06 0 0.55 0.15
HSL 66.55º 0.61% 0.62% -
HSV(B) 66.55º 0.55% 0.85% -
XYZ 51.92 63.34 21.05 -
YUV 199.55 70.69 131.18 -
System Red Green Blue C M Y K H S L
Decimal 204 217 98 0.06 0 0.55 0.15 66.55 0.61 0.62
Hex CC D9 62 6 0 37 F 43 3D 3E
Octal 314 331 142 6 0 67 17 103 75 76
Binary 11001100 11011001 1100010 110 0 110111 1111 1000011 111101 111110

Color Harmonies of #CCD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD962

Black with #CCD962

Text Example


Text Example

White with #CCD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD962; }

 p { color: rgb(204,217,98); }

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

background-color css

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

 a { background-color: rgb(204,217,98); }

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

border-color css

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

 span { border-color: rgb(204,217,98); }

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