Html Css Color HEX #CCC655 Wild Willow

📋 copy color: '#CCC655'

red 204 ◦ green 198 ◦ blue 85

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

Shades of Wild Willow #CCC655

Tints of Wild Willow #CCC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.66%

 BLUE value IS 85 (33.59% from 255) = 17.45%

R = 41.89%
G = 40.66%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCC655 (or 0xCCC655) is known color: Wild Willow. HEX triplet: CC, C6 and 55. RGB value is (204,198,85). Sum of RGB (Red+Green+Blue) = 204+198+85=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC655 is #3339AA. Grayscale: #BBBBBB. Windows color (decimal): -3357099 or 5621452. OLE color: 5621452.

HSL color Cylindrical-coordinate representation of color #CCC655: hue angle of 56.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCC655 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 85 -
CMYK 0 0.03 0.58 0.2
HSL 56.97º 0.54% 0.57% -
HSV(B) 56.97º 0.58% 0.8% -
XYZ 46.74 53.88 16.53 -
YUV 186.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 204 198 85 0 0.03 0.58 0.2 56.97 0.54 0.57
Hex CC C6 55 0 3 3A 14 39 36 39
Octal 314 306 125 0 3 72 24 71 66 71
Binary 11001100 11000110 1010101 0 11 111010 10100 111001 110110 111001

Color Harmonies of #CCC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC655

Black with #CCC655

Text Example


Text Example

White with #CCC655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC655; }

 p { color: rgb(204,198,85); }

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

background-color css

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

 a { background-color: rgb(204,198,85); }

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

border-color css

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

 span { border-color: rgb(204,198,85); }

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