#D0BE1B

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

Shades of Bird Flower #D0BE1B

Tints of Bird Flower #D0BE1B

Color information

#D0BE1B (or 0xD0BE1B) is unknown color: approx Bird Flower. HEX triplet: D0, BE and 1B. RGB value is (208,190,27). Sum of RGB (Red+Green+Blue) = 208+190+27=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE1B is #2F41E4. Grayscale: #B1B1B1. Windows color (decimal): -3097061 or 1818320. OLE color: 1818320.

HSL color Cylindrical-coordinate representation of color #D0BE1B: hue angle of 54.03º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0BE1B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB20819027-
CMYK00.090.870.18
HSL54.03º77.02%46.08%-
HSV(B)54.03º87.02%81.57%-
XYZ44.6250.328.4-
YUV176.843.46150.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 190 (74.61% from 255) = 44.71%
BLUE value IS 27 (10.94% from 255) = 6.35%
R=48.94%
G=44.71%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081902700.090.870.1854.0377.0246.08
HexD0BE1B095712364d2e
Octal32027633011127226611556
Binary110100001011111011011010011010111100101101101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BE1B; }

 p { color: rgb(208,190,27); }

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

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

 a { background-color: rgb(208,190,27); }

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

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

 span { border-color: rgb(208,190,27); }

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