#ceb802

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

Shades of Bird Flower #CEB802

Tints of Bird Flower #CEB802

Color information

#CEB802 (or 0xCEB802) is unknown color: approx Bird Flower. HEX triplet: CE, B8 and 02. RGB value is (206,184,2). Sum of RGB (Red+Green+Blue) = 206+184+2=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB802 is #3147FD. Grayscale: #AAAAAA. Windows color (decimal): -3229694 or 178382. OLE color: 178382.

HSL color Cylindrical-coordinate representation of color #CEB802: hue angle of 53.53º degrees, saturation: 0.98, 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 #CEB802 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB2061842-
CMYK00.110.990.19
HSL53.53º98.08%40.78%-
HSV(B)53.53º99.03%80.78%-
XYZ42.6147.416.96-
YUV169.8333.29153.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 184 (72.27% from 255) = 46.94%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=52.55%
G=46.94%
B=0.51%

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
Decimal206184200.110.990.1953.5398.0840.78
HexCEB820B6313366229
Octal3162702013143236614251
Binary110011101011100010010111100011100111101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceb802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceb802; }

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

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

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

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

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

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

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

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