Html Css Color HEX #CCD862 Wild Willow

📋 copy color: '#CCD862'

red 204 ◦ green 216 ◦ blue 98

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

Shades of Wild Willow #CCD862

Tints of Wild Willow #CCD862

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

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

R = 39.38%
G = 41.7%
B = 18.92%

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

#CCD862 (or 0xCCD862) is known color: Wild Willow. HEX triplet: CC, D8 and 62. RGB value is (204,216,98). Sum of RGB (Red+Green+Blue) = 204+216+98=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD862 is #33279D. Grayscale: #C7C7C7. Windows color (decimal): -3352478 or 6478028. OLE color: 6478028.

HSL color Cylindrical-coordinate representation of color #CCD862: hue angle of 66.1º degrees, saturation: 0.6, 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 #CCD862 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 98 -
CMYK 0.06 0 0.55 0.15
HSL 66.1º 0.6% 0.62% -
HSV(B) 66.1º 0.55% 0.85% -
XYZ 51.66 62.83 20.96 -
YUV 198.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 204 216 98 0.06 0 0.55 0.15 66.1 0.6 0.62
Hex CC D8 62 6 0 37 F 42 3C 3E
Octal 314 330 142 6 0 67 17 102 74 76
Binary 11001100 11011000 1100010 110 0 110111 1111 1000010 111100 111110

Color Harmonies of #CCD862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD862

Black with #CCD862

Text Example


Text Example

White with #CCD862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD862; }

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

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

background-color css

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

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

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

border-color css

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

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

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