Html Css Color HEX #D1B105 Bird Flower

📋 copy color: '#D1B105'

red 209 ◦ green 177 ◦ blue 5

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

Shades of Bird Flower #D1B105

Tints of Bird Flower #D1B105

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.27%

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 53.45%
G = 45.27%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D1B105 (or 0xD1B105) is known color: Bird Flower. HEX triplet: D1, B1 and 05. RGB value is (209,177,5). Sum of RGB (Red+Green+Blue) = 209+177+5=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1B105 is #2E4EFA. Grayscale: #A7A7A7. Windows color (decimal): -3034875 or 373201. OLE color: 373201.

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

Color convert

RGB 209 177 5 -
CMYK 0 0.15 0.98 0.18
HSL 50.59º 0.95% 0.42% -
HSV(B) 50.59º 0.98% 0.82% -
XYZ 42.04 45.01 6.62 -
YUV 166.96 36.6 157.99 -
System Red Green Blue C M Y K H S L
Decimal 209 177 5 0 0.15 0.98 0.18 50.59 0.95 0.42
Hex D1 B1 5 0 F 62 12 33 5F 2A
Octal 321 261 5 0 17 142 22 63 137 52
Binary 11010001 10110001 101 0 1111 1100010 10010 110011 1011111 101010

Color Harmonies of #D1B105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B105

Black with #D1B105

Text Example


Text Example

White with #D1B105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B105; }

 p { color: rgb(209,177,5); }

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

background-color css

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

 a { background-color: rgb(209,177,5); }

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

border-color css

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

 span { border-color: rgb(209,177,5); }

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