Html Css Color HEX #D1B006 Bird Flower

📋 copy color: '#D1B006'

red 209 ◦ green 176 ◦ blue 6

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

Shades of Bird Flower #D1B006

Tints of Bird Flower #D1B006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.01%

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

R = 53.45%
G = 45.01%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1B006 (or 0xD1B006) is known color: Bird Flower. HEX triplet: D1, B0 and 06. RGB value is (209,176,6). Sum of RGB (Red+Green+Blue) = 209+176+6=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B006 is #2E4FF9. Grayscale: #A7A7A7. Windows color (decimal): -3035130 or 438481. OLE color: 438481.

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

Color convert

RGB 209 176 6 -
CMYK 0 0.16 0.97 0.18
HSL 50.25º 0.94% 0.42% -
HSV(B) 50.25º 0.97% 0.82% -
XYZ 41.85 44.62 6.58 -
YUV 166.49 37.43 158.32 -
System Red Green Blue C M Y K H S L
Decimal 209 176 6 0 0.16 0.97 0.18 50.25 0.94 0.42
Hex D1 B0 6 0 10 61 12 32 5E 2A
Octal 321 260 6 0 20 141 22 62 136 52
Binary 11010001 10110000 110 0 10000 1100001 10010 110010 1011110 101010

Color Harmonies of #D1B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B006

Black with #D1B006

Text Example


Text Example

White with #D1B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B006; }

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

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

background-color css

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

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

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

border-color css

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

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

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