#CEBB20

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

Shades of Bird Flower #CEBB20

Tints of Bird Flower #CEBB20

Color information

#CEBB20 (or 0xCEBB20) is unknown color: approx Bird Flower. HEX triplet: CE, BB and 20. RGB value is (206,187,32). Sum of RGB (Red+Green+Blue) = 206+187+32=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB20 is #3144DF. Grayscale: #AFAFAF. Windows color (decimal): -3228896 or 2145230. OLE color: 2145230.

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

Color convert

RGB20618732-
CMYK00.090.840.19
HSL53.45º73.11%46.67%-
HSV(B)53.45º84.47%80.78%-
XYZ43.4848.778.49-
YUV175.0147.29150.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.47%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 32 (12.89% from 255) = 7.53%
R=48.47%
G=44%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061873200.090.840.1953.4573.1146.67
HexCEBB2009541335492f
Octal31627340011124236511157
Binary1100111010111011100000010011010100100111101011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB20; }

 p { color: rgb(206,187,32); }

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

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

 a { background-color: rgb(206,187,32); }

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

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

 span { border-color: rgb(206,187,32); }

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