#CCC75B

Color #CCC75B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCC75B

Tints of Wild Willow #CCC75B

Color information

#CCC75B (or 0xCCC75B) is unknown color: approx Wild Willow. HEX triplet: CC, C7 and 5B. RGB value is (204,199,91). Sum of RGB (Red+Green+Blue) = 204+199+91=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC75B is #3338A4. Grayscale: #BCBCBC. Windows color (decimal): -3356837 or 6014924. OLE color: 6014924.

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

Color convert

RGB20419991-
CMYK00.020.550.2
HSL57.35º52.56%57.84%-
HSV(B)57.35º55.39%80%-
XYZ47.2154.4417.92-
YUV188.1873.16139.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 199 (78.12% from 255) = 40.28%
BLUE value IS 91 (35.94% from 255) = 18.42%
R=41.30%
G=40.28%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041999100.020.550.257.3552.5657.84
HexCCC75B02371439353a
Octal314307133026724716572
Binary1100110011000111101101101011011110100111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC75B; }

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

 H1.HeaderClassName
 {
   color: #CCC75B;
 }
 .AnyTagClassName
 {
   color: #CCC75B;
 }
</style>
background-color css

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

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

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

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

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

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