Html Css Color HEX #D9B158 Rob Roy

📋 copy color: '#D9B158'

red 217 ◦ green 177 ◦ blue 88

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

Shades of Rob Roy #D9B158

Tints of Rob Roy #D9B158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.26%

R = 45.02%
G = 36.72%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9B158 (or 0xD9B158) is known color: Rob Roy. HEX triplet: D9, B1 and 58. RGB value is (217,177,88). Sum of RGB (Red+Green+Blue) = 217+177+88=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B158 is #264EA7. Grayscale: #B3B3B3. Windows color (decimal): -2510504 or 5812697. OLE color: 5812697.

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

Color convert

RGB 217 177 88 -
CMYK 0 0.18 0.59 0.15
HSL 41.4º 0.63% 0.6% -
HSV(B) 41.4º 0.59% 0.85% -
XYZ 46.1 46.9 15.86 -
YUV 178.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 217 177 88 0 0.18 0.59 0.15 41.4 0.63 0.6
Hex D9 B1 58 0 12 3B F 29 3F 3C
Octal 331 261 130 0 22 73 17 51 77 74
Binary 11011001 10110001 1011000 0 10010 111011 1111 101001 111111 111100

Color Harmonies of #D9B158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B158

Black with #D9B158

Text Example


Text Example

White with #D9B158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B158; }

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

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

background-color css

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

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

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

border-color css

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

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

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