#CEBB1F

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

Shades of Bird Flower #CEBB1F

Tints of Bird Flower #CEBB1F

Color information

#CEBB1F (or 0xCEBB1F) is unknown color: approx Bird Flower. HEX triplet: CE, BB and 1F. RGB value is (206,187,31). Sum of RGB (Red+Green+Blue) = 206+187+31=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB1F is #3144E0. Grayscale: #AFAFAF. Windows color (decimal): -3228897 or 2079694. OLE color: 2079694.

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

Color convert

RGB20618731-
CMYK00.090.850.19
HSL53.49º73.84%46.47%-
HSV(B)53.49º84.95%80.78%-
XYZ43.4748.768.42-
YUV174.946.79150.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 187 (73.44% from 255) = 44.10%
BLUE value IS 31 (12.5% from 255) = 7.31%
R=48.58%
G=44.10%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061873100.090.850.1953.4973.8446.47
HexCEBB1F095513354a2e
Octal31627337011125236511256
Binary110011101011101111111010011010101100111101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB1F; }

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

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

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

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

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

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

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

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