#D0BD1B

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

Shades of Bird Flower #D0BD1B

Tints of Bird Flower #D0BD1B

Color information

#D0BD1B (or 0xD0BD1B) is unknown color: approx Bird Flower. HEX triplet: D0, BD and 1B. RGB value is (208,189,27). Sum of RGB (Red+Green+Blue) = 208+189+27=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD1B is #2F42E4. Grayscale: #B0B0B0. Windows color (decimal): -3097317 or 1818064. OLE color: 1818064.

HSL color Cylindrical-coordinate representation of color #D0BD1B: hue angle of 53.7º 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 #D0BD1B is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB20818927-
CMYK00.090.870.18
HSL53.7º77.02%46.08%-
HSV(B)53.7º87.02%81.57%-
XYZ44.4149.888.32-
YUV176.2143.79150.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.06%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 27 (10.94% from 255) = 6.37%
R=49.06%
G=44.58%
B=6.37%

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
Decimal2081892700.090.870.1853.777.0246.08
HexD0BD1B095712364d2e
Octal32027533011127226611556
Binary110100001011110111011010011010111100101101101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BD1B; }

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

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

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

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

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

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

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

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