#cec67f

Color #CEC67F Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CEC67F

Tints of Winter Hazel #CEC67F

Color information

#CEC67F (or 0xCEC67F) is unknown color: approx Winter Hazel. HEX triplet: CE, C6 and 7F. RGB value is (206,198,127). Sum of RGB (Red+Green+Blue) = 206+198+127=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC67F is #313980. Grayscale: #C0C0C0. Windows color (decimal): -3225985 or 8373966. OLE color: 8373966.

HSL color Cylindrical-coordinate representation of color #CEC67F: hue angle of 53.92º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEC67F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206198127-
CMYK00.040.380.19
HSL53.92º44.63%65.29%-
HSV(B)53.92º38.35%80.78%-
XYZ49.4855.0428.1-
YUV192.391.15137.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 127 (50% from 255) = 23.92%
R=38.79%
G=37.29%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619812700.040.380.1953.9244.6365.29
HexCEC67F042613362d41
Octal3163061770446236655101
Binary110011101100011011111110100100110100111101101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec67f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec67f; }

 p { color: rgb(206,198,127); }

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

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

 a { background-color: rgb(206,198,127); }

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

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

 span { border-color: rgb(206,198,127); }

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