Html Css Color HEX #DBB159 Rob Roy

📋 copy color: '#DBB159'

red 219 ◦ green 177 ◦ blue 89

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

Shades of Rob Roy #DBB159

Tints of Rob Roy #DBB159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.35%

R = 45.15%
G = 36.49%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB159 (or 0xDBB159) is known color: Rob Roy. HEX triplet: DB, B1 and 59. RGB value is (219,177,89). Sum of RGB (Red+Green+Blue) = 219+177+89=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB159 is #244EA6. Grayscale: #B3B3B3. Windows color (decimal): -2379431 or 5878235. OLE color: 5878235.

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

Color convert

RGB 219 177 89 -
CMYK 0 0.19 0.59 0.14
HSL 40.62º 0.64% 0.6% -
HSV(B) 40.62º 0.59% 0.86% -
XYZ 46.74 47.23 16.1 -
YUV 179.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 219 177 89 0 0.19 0.59 0.14 40.62 0.64 0.6
Hex DB B1 59 0 13 3B E 29 40 3C
Octal 333 261 131 0 23 73 16 51 100 74
Binary 11011011 10110001 1011001 0 10011 111011 1110 101001 1000000 111100

Color Harmonies of #DBB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB159

Black with #DBB159

Text Example


Text Example

White with #DBB159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB159; }

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

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

background-color css

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

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

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

border-color css

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

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

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