Html Css Color HEX #D1B206 Bird Flower

📋 copy color: '#D1B206'

red 209 ◦ green 178 ◦ blue 6

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

Shades of Bird Flower #D1B206

Tints of Bird Flower #D1B206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 53.18%
G = 45.29%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1B206 (or 0xD1B206) is known color: Bird Flower. HEX triplet: D1, B2 and 06. RGB value is (209,178,6). Sum of RGB (Red+Green+Blue) = 209+178+6=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B206 is #2E4DF9. Grayscale: #A8A8A8. Windows color (decimal): -3034618 or 438993. OLE color: 438993.

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

Color convert

RGB 209 178 6 -
CMYK 0 0.15 0.97 0.18
HSL 50.84º 0.94% 0.42% -
HSV(B) 50.84º 0.97% 0.82% -
XYZ 42.25 45.41 6.71 -
YUV 167.66 36.77 157.49 -
System Red Green Blue C M Y K H S L
Decimal 209 178 6 0 0.15 0.97 0.18 50.84 0.94 0.42
Hex D1 B2 6 0 F 61 12 33 5E 2A
Octal 321 262 6 0 17 141 22 63 136 52
Binary 11010001 10110010 110 0 1111 1100001 10010 110011 1011110 101010

Color Harmonies of #D1B206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B206

Black with #D1B206

Text Example


Text Example

White with #D1B206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B206; }

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

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

background-color css

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

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

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

border-color css

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

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

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