#CEB803

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

Shades of Bird Flower #CEB803

Tints of Bird Flower #CEB803

Color information

#CEB803 (or 0xCEB803) is unknown color: approx Bird Flower. HEX triplet: CE, B8 and 03. RGB value is (206,184,3). Sum of RGB (Red+Green+Blue) = 206+184+3=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB803 is #3147FC. Grayscale: #AAAAAA. Windows color (decimal): -3229693 or 243918. OLE color: 243918.

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

Color convert

RGB2061843-
CMYK00.110.990.19
HSL53.5º97.13%40.98%-
HSV(B)53.5º98.54%80.78%-
XYZ42.6147.416.99-
YUV169.9433.79153.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 184 (72.27% from 255) = 46.82%
BLUE value IS 3 (1.56% from 255) = 0.76%
R=52.42%
G=46.82%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206184300.110.990.1953.597.1340.98
HexCEB830B6313356129
Octal3162703013143236514151
Binary110011101011100011010111100011100111101011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB803; }

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

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

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

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

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

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

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

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