#CEC619

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

Shades of Bird Flower #CEC619

Tints of Bird Flower #CEC619

Color information

#CEC619 (or 0xCEC619) is unknown color: approx Bird Flower. HEX triplet: CE, C6 and 19. RGB value is (206,198,25). Sum of RGB (Red+Green+Blue) = 206+198+25=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC619 is #3139E6. Grayscale: #B5B5B5. Windows color (decimal): -3226087 or 1689294. OLE color: 1689294.

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

Color convert

RGB20619825-
CMYK00.040.880.19
HSL57.35º78.35%45.29%-
HSV(B)57.35º87.86%80.78%-
XYZ45.8253.588.85-
YUV180.6740.15146.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 198 (77.73% from 255) = 46.15%
BLUE value IS 25 (10.16% from 255) = 5.83%
R=48.02%
G=46.15%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061982500.040.880.1957.3578.3545.29
HexCEC619045813394e2d
Octal3163063104130237111655
Binary11001110110001101100101001011000100111110011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC619; }

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

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

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

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

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

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

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

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