#CEB812

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

Shades of Bird Flower #CEB812

Tints of Bird Flower #CEB812

Color information

#CEB812 (or 0xCEB812) is unknown color: approx Bird Flower. HEX triplet: CE, B8 and 12. RGB value is (206,184,18). Sum of RGB (Red+Green+Blue) = 206+184+18=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB812 is #3147ED. Grayscale: #ACACAC. Windows color (decimal): -3229678 or 1226958. OLE color: 1226958.

HSL color Cylindrical-coordinate representation of color #CEB812: hue angle of 52.98º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEB812 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB20618418-
CMYK00.110.910.19
HSL52.98º83.93%43.92%-
HSV(B)52.98º91.26%80.78%-
XYZ42.747.457.48-
YUV171.6541.29152.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.49%
GREEN value IS 184 (72.27% from 255) = 45.10%
BLUE value IS 18 (7.42% from 255) = 4.41%
R=50.49%
G=45.10%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061841800.110.910.1952.9883.9343.92
HexCEB8120B5B1335542c
Octal31627022013133236512454
Binary110011101011100010010010111011011100111101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB812; }

 p { color: rgb(206,184,18); }

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

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

 a { background-color: rgb(206,184,18); }

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

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

 span { border-color: rgb(206,184,18); }

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