Html Css Color HEX #D1B210 Bird Flower

📋 copy color: '#D1B210'

red 209 ◦ green 178 ◦ blue 16

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

Shades of Bird Flower #D1B210

Tints of Bird Flower #D1B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

 BLUE value IS 16 (6.64% from 255) = 3.97%

R = 51.86%
G = 44.17%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D1B210 (or 0xD1B210) is known color: Bird Flower. HEX triplet: D1, B2 and 10. RGB value is (209,178,16). Sum of RGB (Red+Green+Blue) = 209+178+16=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B210 is #2E4DEF. Grayscale: #A9A9A9. Windows color (decimal): -3034608 or 1094353. OLE color: 1094353.

HSL color Cylindrical-coordinate representation of color #D1B210: hue angle of 50.36º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1B210 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 178 16 -
CMYK 0 0.15 0.92 0.18
HSL 50.36º 0.86% 0.44% -
HSV(B) 50.36º 0.92% 0.82% -
XYZ 42.31 45.43 7.03 -
YUV 168.8 41.77 156.67 -
System Red Green Blue C M Y K H S L
Decimal 209 178 16 0 0.15 0.92 0.18 50.36 0.86 0.44
Hex D1 B2 10 0 F 5C 12 32 56 2C
Octal 321 262 20 0 17 134 22 62 126 54
Binary 11010001 10110010 10000 0 1111 1011100 10010 110010 1010110 101100

Color Harmonies of #D1B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B210

Black with #D1B210

Text Example


Text Example

White with #D1B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B210; }

 p { color: rgb(209,178,16); }

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

background-color css

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

 a { background-color: rgb(209,178,16); }

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

border-color css

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

 span { border-color: rgb(209,178,16); }

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