#DBCB0B

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

Shades of Bird Flower #DBCB0B

Tints of Bird Flower #DBCB0B

Color information

#DBCB0B (or 0xDBCB0B) is unknown color: approx Bird Flower. HEX triplet: DB, CB and 0B. RGB value is (219,203,11). Sum of RGB (Red+Green+Blue) = 219+203+11=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCB0B is #2434F4. Grayscale: #BABABA. Windows color (decimal): -2372853 or 773083. OLE color: 773083.

HSL color Cylindrical-coordinate representation of color #DBCB0B: hue angle of 55.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBCB0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB21920311-
CMYK00.070.950.14
HSL55.38º90.43%45.1%-
HSV(B)55.38º94.98%85.88%-
XYZ50.6357.88.8-
YUV185.929.3151.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.58%
GREEN value IS 203 (79.69% from 255) = 46.88%
BLUE value IS 11 (4.69% from 255) = 2.54%
R=50.58%
G=46.88%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192031100.070.950.1455.3890.4345.1
HexDBCBB075FE375a2d
Octal3333131307137166713255
Binary110110111100101110110111101111111101101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCB0B; }

 p { color: rgb(219,203,11); }

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

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

 a { background-color: rgb(219,203,11); }

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

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

 span { border-color: rgb(219,203,11); }

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