Html Css Color HEX #D1B800 Bird Flower

📋 copy color: '#D1B800'

red 209 ◦ green 184 ◦ blue 0

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

Shades of Bird Flower #D1B800

Tints of Bird Flower #D1B800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.82%

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

R = 53.18%
G = 46.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D1B800 (or 0xD1B800) is known color: Bird Flower. HEX triplet: D1, B8 and 00. RGB value is (209,184,0). Sum of RGB (Red+Green+Blue) = 209+184+0=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B800 is #2E47FF. Grayscale: #ABABAB. Windows color (decimal): -3033088 or 47313. OLE color: 47313.

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

Color convert

RGB 209 184 0 -
CMYK 0 0.12 1 0.18
HSL 52.82º 1% 0.41% -
HSV(B) 52.82º 1% 0.82% -
XYZ 43.43 47.84 6.94 -
YUV 170.5 31.78 155.46 -
System Red Green Blue C M Y K H S L
Decimal 209 184 0 0 0.12 1 0.18 52.82 1 0.41
Hex D1 B8 0 0 C 64 12 35 64 29
Octal 321 270 0 0 14 144 22 65 144 51
Binary 11010001 10111000 0 0 1100 1100100 10010 110101 1100100 101001

Color Harmonies of #D1B800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B800

Black with #D1B800

Text Example


Text Example

White with #D1B800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B800; }

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

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

background-color css

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

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

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

border-color css

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

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

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