#CCC75D

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

Shades of Wild Willow #CCC75D

Tints of Wild Willow #CCC75D

Color information

#CCC75D (or 0xCCC75D) is unknown color: approx Wild Willow. HEX triplet: CC, C7 and 5D. RGB value is (204,199,93). Sum of RGB (Red+Green+Blue) = 204+199+93=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC75D is #3338A2. Grayscale: #BCBCBC. Windows color (decimal): -3356835 or 6145996. OLE color: 6145996.

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

Color convert

RGB20419993-
CMYK00.020.540.2
HSL57.3º52.11%58.24%-
HSV(B)57.3º54.41%80%-
XYZ47.354.4718.38-
YUV188.4174.16139.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=41.13%
G=40.12%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041999300.020.540.257.352.1158.24
HexCCC75D02361439343a
Octal314307135026624716472
Binary1100110011000111101110101011011010100111001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC75D; }

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

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

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

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

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

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

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

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