#CEB005

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

Shades of Bird Flower #CEB005

Tints of Bird Flower #CEB005

Color information

#CEB005 (or 0xCEB005) is unknown color: approx Bird Flower. HEX triplet: CE, B0 and 05. RGB value is (206,176,5). Sum of RGB (Red+Green+Blue) = 206+176+5=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB005 is #314FFA. Grayscale: #A6A6A6. Windows color (decimal): -3231739 or 372942. OLE color: 372942.

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

Color convert

RGB2061765-
CMYK00.150.980.19
HSL51.04º95.26%41.37%-
HSV(B)51.04º97.57%80.78%-
XYZ41.0144.186.51-
YUV165.4837.44156.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.23%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 5 (2.34% from 255) = 1.29%
R=53.23%
G=45.48%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206176500.150.980.1951.0495.2641.37
HexCEB050F6213335f29
Octal3162605017142236313751
Binary1100111010110000101011111100010100111100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB005; }

 p { color: rgb(206,176,5); }

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

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

 a { background-color: rgb(206,176,5); }

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

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

 span { border-color: rgb(206,176,5); }

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