Html Css Color HEX #D1BD0B Bird Flower

📋 copy color: '#D1BD0B'

red 209 ◦ green 189 ◦ blue 11

#D1BD0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D1BD0B

Tints of Bird Flower #D1BD0B

RGB

 RED value IS 209 (82.03% from 255) = 51.1%

 GREEN value IS 189 (74.22% from 255) = 46.21%

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 51.1%
G = 46.21%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1BD0B (or 0xD1BD0B) is known color: Bird Flower. HEX triplet: D1, BD and 0B. RGB value is (209,189,11). Sum of RGB (Red+Green+Blue) = 209+189+11=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BD0B is #2E42F4. Grayscale: #AFAFAF. Windows color (decimal): -3031797 or 769489. OLE color: 769489.

HSL color Cylindrical-coordinate representation of color #D1BD0B: hue angle of 53.94º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1BD0B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 11 -
CMYK 0 0.10 0.95 0.18
HSL 53.94º 0.9% 0.43% -
HSV(B) 53.94º 0.95% 0.82% -
XYZ 44.55 49.97 7.61 -
YUV 174.69 35.63 152.47 -
System Red Green Blue C M Y K H S L
Decimal 209 189 11 0 0.10 0.95 0.18 53.94 0.9 0.43
Hex D1 BD B 0 A 5F 12 36 5A 2B
Octal 321 275 13 0 12 137 22 66 132 53
Binary 11010001 10111101 1011 0 1010 1011111 10010 110110 1011010 101011

Color Harmonies of #D1BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BD0B

Black with #D1BD0B

Text Example


Text Example

White with #D1BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BD0B; }

 p { color: rgb(209,189,11); }

 H1.HeaderClassName
 {
   color: #D1BD0B;
 }
 .AnyTagClassName
 {
   color: #D1BD0B;
 }
</style>

background-color css

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

 a { background-color: rgb(209,189,11); }

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

border-color css

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

 span { border-color: rgb(209,189,11); }

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