Html Css Color HEX #D1B90B Bird Flower

📋 copy color: '#D1B90B'

red 209 ◦ green 185 ◦ blue 11

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

Shades of Bird Flower #D1B90B

Tints of Bird Flower #D1B90B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

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

R = 51.6%
G = 45.68%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1B90B (or 0xD1B90B) is known color: Bird Flower. HEX triplet: D1, B9 and 0B. RGB value is (209,185,11). Sum of RGB (Red+Green+Blue) = 209+185+11=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B90B is #2E46F4. Grayscale: #ADADAD. Windows color (decimal): -3032821 or 768465. OLE color: 768465.

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

Color convert

RGB 209 185 11 -
CMYK 0 0.11 0.95 0.18
HSL 52.73º 0.9% 0.43% -
HSV(B) 52.73º 0.95% 0.82% -
XYZ 43.7 48.28 7.33 -
YUV 172.34 36.95 154.15 -
System Red Green Blue C M Y K H S L
Decimal 209 185 11 0 0.11 0.95 0.18 52.73 0.9 0.43
Hex D1 B9 B 0 B 5F 12 35 5A 2B
Octal 321 271 13 0 13 137 22 65 132 53
Binary 11010001 10111001 1011 0 1011 1011111 10010 110101 1011010 101011

Color Harmonies of #D1B90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B90B

Black with #D1B90B

Text Example


Text Example

White with #D1B90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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