Html Css Color HEX #D9B149 Rob Roy

📋 copy color: '#D9B149'

red 217 ◦ green 177 ◦ blue 73

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

Shades of Rob Roy #D9B149

Tints of Rob Roy #D9B149

RGB

 RED value IS 217 (85.16% from 255) = 46.47%

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

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 46.47%
G = 37.9%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9B149 (or 0xD9B149) is known color: Rob Roy. HEX triplet: D9, B1 and 49. RGB value is (217,177,73). Sum of RGB (Red+Green+Blue) = 217+177+73=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9B149 is #264EB6. Grayscale: #B1B1B1. Windows color (decimal): -2510519 or 4829657. OLE color: 4829657.

HSL color Cylindrical-coordinate representation of color #D9B149: hue angle of 43.33º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9B149 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 177 73 -
CMYK 0 0.18 0.66 0.15
HSL 43.33º 0.65% 0.57% -
HSV(B) 43.33º 0.66% 0.85% -
XYZ 45.54 46.68 12.91 -
YUV 177.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 217 177 73 0 0.18 0.66 0.15 43.33 0.65 0.57
Hex D9 B1 49 0 12 42 F 2B 41 39
Octal 331 261 111 0 22 102 17 53 101 71
Binary 11011001 10110001 1001001 0 10010 1000010 1111 101011 1000001 111001

Color Harmonies of #D9B149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B149

Black with #D9B149

Text Example


Text Example

White with #D9B149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B149; }

 p { color: rgb(217,177,73); }

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

background-color css

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

 a { background-color: rgb(217,177,73); }

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

border-color css

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

 span { border-color: rgb(217,177,73); }

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