Html Css Color HEX #D1B500 Bird Flower

📋 copy color: '#D1B500'

red 209 ◦ green 181 ◦ blue 0

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

Shades of Bird Flower #D1B500

Tints of Bird Flower #D1B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.59%
G = 46.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1B500 (or 0xD1B500) is known color: Bird Flower. HEX triplet: D1, B5 and 00. RGB value is (209,181,0). Sum of RGB (Red+Green+Blue) = 209+181+0=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B500 is #2E4AFF. Grayscale: #A9A9A9. Windows color (decimal): -3033856 or 46545. OLE color: 46545.

HSL color Cylindrical-coordinate representation of color #D1B500: hue angle of 51.96º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1B500 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 181 0 -
CMYK 0 0.13 1 0.18
HSL 51.96º 1% 0.41% -
HSV(B) 51.96º 1% 0.82% -
XYZ 42.82 46.6 6.74 -
YUV 168.74 32.78 156.72 -
System Red Green Blue C M Y K H S L
Decimal 209 181 0 0 0.13 1 0.18 51.96 1 0.41
Hex D1 B5 0 0 D 64 12 34 64 29
Octal 321 265 0 0 15 144 22 64 144 51
Binary 11010001 10110101 0 0 1101 1100100 10010 110100 1100100 101001

Color Harmonies of #D1B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B500

Black with #D1B500

Text Example


Text Example

White with #D1B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B500; }

 p { color: rgb(209,181,0); }

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

background-color css

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

 a { background-color: rgb(209,181,0); }

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

border-color css

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

 span { border-color: rgb(209,181,0); }

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