Html Css Color HEX #D1B71B Bird Flower

📋 copy color: '#D1B71B'

red 209 ◦ green 183 ◦ blue 27

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

Shades of Bird Flower #D1B71B

Tints of Bird Flower #D1B71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

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

R = 49.88%
G = 43.68%
B = 6.44%

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

#D1B71B (or 0xD1B71B) is known color: Bird Flower. HEX triplet: D1, B7 and 1B. RGB value is (209,183,27). Sum of RGB (Red+Green+Blue) = 209+183+27=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B71B is #2E48E4. Grayscale: #ADADAD. Windows color (decimal): -3033317 or 1816529. OLE color: 1816529.

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

Color convert

RGB 209 183 27 -
CMYK 0 0.12 0.87 0.18
HSL 51.43º 0.77% 0.46% -
HSV(B) 51.43º 0.87% 0.82% -
XYZ 43.43 47.5 7.92 -
YUV 172.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 209 183 27 0 0.12 0.87 0.18 51.43 0.77 0.46
Hex D1 B7 1B 0 C 57 12 33 4D 2E
Octal 321 267 33 0 14 127 22 63 115 56
Binary 11010001 10110111 11011 0 1100 1010111 10010 110011 1001101 101110

Color Harmonies of #D1B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B71B

Black with #D1B71B

Text Example


Text Example

White with #D1B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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