Html Css Color HEX #CCC962 Wild Willow

📋 copy color: '#CCC962'

red 204 ◦ green 201 ◦ blue 98

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

Shades of Wild Willow #CCC962

Tints of Wild Willow #CCC962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.96%

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

R = 40.56%
G = 39.96%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCC962 (or 0xCCC962) is known color: Wild Willow. HEX triplet: CC, C9 and 62. RGB value is (204,201,98). Sum of RGB (Red+Green+Blue) = 204+201+98=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC962 is #33369D. Grayscale: #BEBEBE. Windows color (decimal): -3356318 or 6474188. OLE color: 6474188.

HSL color Cylindrical-coordinate representation of color #CCC962: hue angle of 58.3º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCC962 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 98 -
CMYK 0 0.01 0.52 0.2
HSL 58.3º 0.51% 0.59% -
HSV(B) 58.3º 0.52% 0.8% -
XYZ 47.99 55.49 19.74 -
YUV 190.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 204 201 98 0 0.01 0.52 0.2 58.3 0.51 0.59
Hex CC C9 62 0 1 34 14 3A 33 3B
Octal 314 311 142 0 1 64 24 72 63 73
Binary 11001100 11001001 1100010 0 1 110100 10100 111010 110011 111011

Color Harmonies of #CCC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC962

Black with #CCC962

Text Example


Text Example

White with #CCC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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