Html Css Color HEX #D1B306 Bird Flower

📋 copy color: '#D1B306'

red 209 ◦ green 179 ◦ blue 6

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

Shades of Bird Flower #D1B306

Tints of Bird Flower #D1B306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

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

R = 53.05%
G = 45.43%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D1B306 (or 0xD1B306) is known color: Bird Flower. HEX triplet: D1, B3 and 06. RGB value is (209,179,6). Sum of RGB (Red+Green+Blue) = 209+179+6=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B306 is #2E4CF9. Grayscale: #A8A8A8. Windows color (decimal): -3034362 or 439249. OLE color: 439249.

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

Color convert

RGB 209 179 6 -
CMYK 0 0.14 0.97 0.18
HSL 51.13º 0.94% 0.42% -
HSV(B) 51.13º 0.97% 0.82% -
XYZ 42.45 45.81 6.78 -
YUV 168.25 36.44 157.07 -
System Red Green Blue C M Y K H S L
Decimal 209 179 6 0 0.14 0.97 0.18 51.13 0.94 0.42
Hex D1 B3 6 0 E 61 12 33 5E 2A
Octal 321 263 6 0 16 141 22 63 136 52
Binary 11010001 10110011 110 0 1110 1100001 10010 110011 1011110 101010

Color Harmonies of #D1B306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B306

Black with #D1B306

Text Example


Text Example

White with #D1B306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B306; }

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

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

background-color css

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

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

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

border-color css

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

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

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