#CEC965

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

Shades of Wild Willow #CEC965

Tints of Wild Willow #CEC965

Color information

#CEC965 (or 0xCEC965) is unknown color: approx Wild Willow. HEX triplet: CE, C9 and 65. RGB value is (206,201,101). Sum of RGB (Red+Green+Blue) = 206+201+101=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC965 is #31369A. Grayscale: #BFBFBF. Windows color (decimal): -3225243 or 6670798. OLE color: 6670798.

HSL color Cylindrical-coordinate representation of color #CEC965: hue angle of 57.14º 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 #CEC965 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB206201101-
CMYK00.020.510.19
HSL57.14º51.72%60.2%-
HSV(B)57.14º50.97%80.78%-
XYZ48.6955.8320.52-
YUV191.177.16138.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 101 (39.84% from 255) = 19.88%
R=40.55%
G=39.57%
B=19.88%

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
Decimal20620110100.020.510.1957.1451.7260.2
HexCEC96502331339343c
Octal316311145026323716474
Binary1100111011001001110010101011001110011111001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC965; }

 p { color: rgb(206,201,101); }

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

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

 a { background-color: rgb(206,201,101); }

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

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

 span { border-color: rgb(206,201,101); }

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