#CFCC5A

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

Shades of Wild Willow #CFCC5A

Tints of Wild Willow #CFCC5A

Color information

#CFCC5A (or 0xCFCC5A) is unknown color: approx Wild Willow. HEX triplet: CF, CC and 5A. RGB value is (207,204,90). Sum of RGB (Red+Green+Blue) = 207+204+90=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC5A is #3033A5. Grayscale: #C0C0C0. Windows color (decimal): -3158950 or 5950671. OLE color: 5950671.

HSL color Cylindrical-coordinate representation of color #CFCC5A: hue angle of 58.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFCC5A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20720490-
CMYK00.010.570.19
HSL58.46º54.93%58.24%-
HSV(B)58.46º56.52%81.18%-
XYZ49.1757.1918.12-
YUV191.970.49138.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 90 (35.55% from 255) = 17.96%
R=41.32%
G=40.72%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072049000.010.570.1958.4654.9358.24
HexCFCC5A0139133a373a
Octal317314132017123726772
Binary110011111100110010110100111100110011111010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC5A; }

 p { color: rgb(207,204,90); }

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

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

 a { background-color: rgb(207,204,90); }

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

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

 span { border-color: rgb(207,204,90); }

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