Html Css Color HEX #CCD162 Wild Willow

📋 copy color: '#CCD162'

red 204 ◦ green 209 ◦ blue 98

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

Shades of Wild Willow #CCD162

Tints of Wild Willow #CCD162

RGB

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

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

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

R = 39.92%
G = 40.9%
B = 19.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#CCD162 (or 0xCCD162) is known color: Wild Willow. HEX triplet: CC, D1 and 62. RGB value is (204,209,98). Sum of RGB (Red+Green+Blue) = 204+209+98=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD162 is #332E9D. Grayscale: #C3C3C3. Windows color (decimal): -3354270 or 6476236. OLE color: 6476236.

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

Color convert

RGB 204 209 98 -
CMYK 0.02 0 0.53 0.18
HSL 62.7º 0.55% 0.6% -
HSV(B) 62.7º 0.53% 0.82% -
XYZ 49.91 59.32 20.37 -
YUV 194.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 204 209 98 0.02 0 0.53 0.18 62.7 0.55 0.6
Hex CC D1 62 2 0 35 12 3F 37 3C
Octal 314 321 142 2 0 65 22 77 67 74
Binary 11001100 11010001 1100010 10 0 110101 10010 111111 110111 111100

Color Harmonies of #CCD162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD162

Black with #CCD162

Text Example


Text Example

White with #CCD162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD162; }

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

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

background-color css

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

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

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

border-color css

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

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

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