Html Css Color HEX #CCC760 Wild Willow

📋 copy color: '#CCC760'

red 204 ◦ green 199 ◦ blue 96

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

Shades of Wild Willow #CCC760

Tints of Wild Willow #CCC760

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.88%

 BLUE value IS 96 (37.89% from 255) = 19.24%

R = 40.88%
G = 39.88%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCC760 (or 0xCCC760) is known color: Wild Willow. HEX triplet: CC, C7 and 60. RGB value is (204,199,96). Sum of RGB (Red+Green+Blue) = 204+199+96=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC760 is #33389F. Grayscale: #BDBDBD. Windows color (decimal): -3356832 or 6342604. OLE color: 6342604.

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

Color convert

RGB 204 199 96 -
CMYK 0 0.02 0.53 0.2
HSL 57.22º 0.51% 0.59% -
HSV(B) 57.22º 0.53% 0.8% -
XYZ 47.44 54.53 19.09 -
YUV 188.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 204 199 96 0 0.02 0.53 0.2 57.22 0.51 0.59
Hex CC C7 60 0 2 35 14 39 33 3B
Octal 314 307 140 0 2 65 24 71 63 73
Binary 11001100 11000111 1100000 0 10 110101 10100 111001 110011 111011

Color Harmonies of #CCC760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC760

Black with #CCC760

Text Example


Text Example

White with #CCC760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC760; }

 p { color: rgb(204,199,96); }

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

background-color css

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

 a { background-color: rgb(204,199,96); }

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

border-color css

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

 span { border-color: rgb(204,199,96); }

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