#CEC00F

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

Shades of Bird Flower #CEC00F

Tints of Bird Flower #CEC00F

Color information

#CEC00F (or 0xCEC00F) is unknown color: approx Bird Flower. HEX triplet: CE, C0 and 0F. RGB value is (206,192,15). Sum of RGB (Red+Green+Blue) = 206+192+15=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC00F is #313FF0. Grayscale: #B0B0B0. Windows color (decimal): -3227633 or 1032398. OLE color: 1032398.

HSL color Cylindrical-coordinate representation of color #CEC00F: hue angle of 55.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEC00F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20619215-
CMYK00.070.930.19
HSL55.6º86.43%43.33%-
HSV(B)55.6º92.72%80.78%-
XYZ44.3950.867.93-
YUV176.0137.14149.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.88%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 15 (6.25% from 255) = 3.63%
R=49.88%
G=46.49%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061921500.070.930.1955.686.4343.33
HexCEC0F075D1338562b
Octal3163001707135237012653
Binary1100111011000000111101111011101100111110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC00F; }

 p { color: rgb(206,192,15); }

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

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

 a { background-color: rgb(206,192,15); }

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

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

 span { border-color: rgb(206,192,15); }

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