Html Css Color HEX #CCC861 Wild Willow

📋 copy color: '#CCC861'

red 204 ◦ green 200 ◦ blue 97

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

Shades of Wild Willow #CCC861

Tints of Wild Willow #CCC861

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.92%

 BLUE value IS 97 (38.28% from 255) = 19.36%

R = 40.72%
G = 39.92%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCC861 (or 0xCCC861) is known color: Wild Willow. HEX triplet: CC, C8 and 61. RGB value is (204,200,97). Sum of RGB (Red+Green+Blue) = 204+200+97=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC861 is #33379E. Grayscale: #BDBDBD. Windows color (decimal): -3356575 or 6408396. OLE color: 6408396.

HSL color Cylindrical-coordinate representation of color #CCC861: hue angle of 57.76º 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 #CCC861 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 97 -
CMYK 0 0.02 0.52 0.2
HSL 57.76º 0.51% 0.59% -
HSV(B) 57.76º 0.52% 0.8% -
XYZ 47.71 55.01 19.41 -
YUV 189.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 204 200 97 0 0.02 0.52 0.2 57.76 0.51 0.59
Hex CC C8 61 0 2 34 14 3A 33 3B
Octal 314 310 141 0 2 64 24 72 63 73
Binary 11001100 11001000 1100001 0 10 110100 10100 111010 110011 111011

Color Harmonies of #CCC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC861

Black with #CCC861

Text Example


Text Example

White with #CCC861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC861; }

 p { color: rgb(204,200,97); }

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

background-color css

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

 a { background-color: rgb(204,200,97); }

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

border-color css

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

 span { border-color: rgb(204,200,97); }

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