#CFCA65

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

Shades of Wild Willow #CFCA65

Tints of Wild Willow #CFCA65

Color information

#CFCA65 (or 0xCFCA65) is unknown color: approx Wild Willow. HEX triplet: CF, CA and 65. RGB value is (207,202,101). Sum of RGB (Red+Green+Blue) = 207+202+101=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA65 is #30359A. Grayscale: #C0C0C0. Windows color (decimal): -3159451 or 6671055. OLE color: 6671055.

HSL color Cylindrical-coordinate representation of color #CFCA65: hue angle of 57.17º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFCA65 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB207202101-
CMYK00.020.510.19
HSL57.17º52.48%60.39%-
HSV(B)57.17º51.21%81.18%-
XYZ49.256.4520.61-
YUV191.9876.66138.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 101 (39.84% from 255) = 19.80%
R=40.59%
G=39.61%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720210100.020.510.1957.1752.4860.39
HexCFCA6502331339343c
Octal317312145026323716474
Binary1100111111001010110010101011001110011111001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA65; }

 p { color: rgb(207,202,101); }

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

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

 a { background-color: rgb(207,202,101); }

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

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

 span { border-color: rgb(207,202,101); }

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