#CEC706

Color #CEC706 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CEC706

Tints of Bird Flower #CEC706

Color information

#CEC706 (or 0xCEC706) is unknown color: approx Bird Flower. HEX triplet: CE, C7 and 06. RGB value is (206,199,6). Sum of RGB (Red+Green+Blue) = 206+199+6=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC706 is #3138F9. Grayscale: #B3B3B3. Windows color (decimal): -3225850 or 444366. OLE color: 444366.

HSL color Cylindrical-coordinate representation of color #CEC706: hue angle of 57.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEC706 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB2061996-
CMYK00.030.970.19
HSL57.9º94.34%41.57%-
HSV(B)57.9º97.09%80.78%-
XYZ45.9153.988.17-
YUV179.0930.32147.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.12%
GREEN value IS 199 (78.12% from 255) = 48.42%
BLUE value IS 6 (2.73% from 255) = 1.46%
R=50.12%
G=48.42%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206199600.030.970.1957.994.3441.57
HexCEC760361133a5e2a
Octal316307603141237213652
Binary11001110110001111100111100001100111110101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC706; }

 p { color: rgb(206,199,6); }

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

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

 a { background-color: rgb(206,199,6); }

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

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

 span { border-color: rgb(206,199,6); }

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