#cec700

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

Shades of Bird Flower #CEC700

Tints of Bird Flower #CEC700

Color information

#CEC700 (or 0xCEC700) is unknown color: approx Bird Flower. HEX triplet: CE, C7 and 00. RGB value is (206,199,0). Sum of RGB (Red+Green+Blue) = 206+199+0=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC700 is #3138FF. Grayscale: #B3B3B3. Windows color (decimal): -3225856 or 51150. OLE color: 51150.

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

Color convert

RGB2061990-
CMYK00.0310.19
HSL57.96º100%40.39%-
HSV(B)57.96º100%80.78%-
XYZ45.8853.978-
YUV178.4127.32147.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.86%
GREEN value IS 199 (78.12% from 255) = 49.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.86%
G=49.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206199000.0310.1957.9610040.39
HexCEC700364133a6428
Octal316307003144237214450
Binary110011101100011100111100100100111110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec700; }

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

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

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

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

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

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

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

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