Html Css Color HEX #DBB158 Rob Roy

📋 copy color: '#DBB158'

red 219 ◦ green 177 ◦ blue 88

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

Shades of Rob Roy #DBB158

Tints of Rob Roy #DBB158

RGB

 RED value IS 219 (85.94% from 255) = 45.25%

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

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

R = 45.25%
G = 36.57%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB158 (or 0xDBB158) is known color: Rob Roy. HEX triplet: DB, B1 and 58. RGB value is (219,177,88). Sum of RGB (Red+Green+Blue) = 219+177+88=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB158 is #244EA7. Grayscale: #B3B3B3. Windows color (decimal): -2379432 or 5812699. OLE color: 5812699.

HSL color Cylindrical-coordinate representation of color #DBB158: hue angle of 40.76º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBB158 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 88 -
CMYK 0 0.19 0.60 0.14
HSL 40.76º 0.65% 0.6% -
HSV(B) 40.76º 0.6% 0.86% -
XYZ 46.7 47.21 15.88 -
YUV 179.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 219 177 88 0 0.19 0.60 0.14 40.76 0.65 0.6
Hex DB B1 58 0 13 3C E 29 41 3C
Octal 333 261 130 0 23 74 16 51 101 74
Binary 11011011 10110001 1011000 0 10011 111100 1110 101001 1000001 111100

Color Harmonies of #DBB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB158

Black with #DBB158

Text Example


Text Example

White with #DBB158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB158; }

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

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

background-color css

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

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

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

border-color css

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

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

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