#CEC967

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

Shades of Wild Willow #CEC967

Tints of Wild Willow #CEC967

Color information

#CEC967 (or 0xCEC967) is unknown color: approx Wild Willow. HEX triplet: CE, C9 and 67. RGB value is (206,201,103). Sum of RGB (Red+Green+Blue) = 206+201+103=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC967 is #313698. Grayscale: #BFBFBF. Windows color (decimal): -3225241 or 6801870. OLE color: 6801870.

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

Color convert

RGB206201103-
CMYK00.020.500.19
HSL57.09º51.24%60.59%-
HSV(B)57.09º50%80.78%-
XYZ48.7955.8721.05-
YUV191.3278.16138.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 103 (40.62% from 255) = 20.20%
R=40.39%
G=39.41%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620110300.020.500.1957.0951.2460.59
HexCEC96702321339333d
Octal316311147026223716375
Binary1100111011001001110011101011001010011111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC967; }

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

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

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

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

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

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

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

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