Html Css Color HEX #D1B81B Bird Flower

📋 copy color: '#D1B81B'

red 209 ◦ green 184 ◦ blue 27

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

Shades of Bird Flower #D1B81B

Tints of Bird Flower #D1B81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.43%

R = 49.76%
G = 43.81%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1B81B (or 0xD1B81B) is known color: Bird Flower. HEX triplet: D1, B8 and 1B. RGB value is (209,184,27). Sum of RGB (Red+Green+Blue) = 209+184+27=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B81B is #2E47E4. Grayscale: #AEAEAE. Windows color (decimal): -3033061 or 1816785. OLE color: 1816785.

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

Color convert

RGB 209 184 27 -
CMYK 0 0.12 0.87 0.18
HSL 51.76º 0.77% 0.46% -
HSV(B) 51.76º 0.87% 0.82% -
XYZ 43.63 47.92 7.99 -
YUV 173.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 209 184 27 0 0.12 0.87 0.18 51.76 0.77 0.46
Hex D1 B8 1B 0 C 57 12 34 4D 2E
Octal 321 270 33 0 14 127 22 64 115 56
Binary 11010001 10111000 11011 0 1100 1010111 10010 110100 1001101 101110

Color Harmonies of #D1B81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B81B

Black with #D1B81B

Text Example


Text Example

White with #D1B81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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