#CEB815

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

Shades of Bird Flower #CEB815

Tints of Bird Flower #CEB815

Color information

#CEB815 (or 0xCEB815) is unknown color: approx Bird Flower. HEX triplet: CE, B8 and 15. RGB value is (206,184,21). Sum of RGB (Red+Green+Blue) = 206+184+21=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB815 is #3147EA. Grayscale: #ACACAC. Windows color (decimal): -3229675 or 1423566. OLE color: 1423566.

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

Color convert

RGB20618421-
CMYK00.110.900.19
HSL52.86º81.5%44.51%-
HSV(B)52.86º89.81%80.78%-
XYZ42.7347.467.62-
YUV17242.79152.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.12%
GREEN value IS 184 (72.27% from 255) = 44.77%
BLUE value IS 21 (8.59% from 255) = 5.11%
R=50.12%
G=44.77%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061842100.110.900.1952.8681.544.51
HexCEB8150B5A1335512d
Octal31627025013132236512155
Binary110011101011100010101010111011010100111101011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB815; }

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

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

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

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

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

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

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

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