Html Css Color HEX #DBB155 Rob Roy

📋 copy color: '#DBB155'

red 219 ◦ green 177 ◦ blue 85

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

Shades of Rob Roy #DBB155

Tints of Rob Roy #DBB155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.67%

R = 45.53%
G = 36.8%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBB155 (or 0xDBB155) is known color: Rob Roy. HEX triplet: DB, B1 and 55. RGB value is (219,177,85). Sum of RGB (Red+Green+Blue) = 219+177+85=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB155 is #244EAA. Grayscale: #B3B3B3. Windows color (decimal): -2379435 or 5616091. OLE color: 5616091.

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

Color convert

RGB 219 177 85 -
CMYK 0 0.19 0.61 0.14
HSL 41.19º 0.65% 0.6% -
HSV(B) 41.19º 0.61% 0.86% -
XYZ 46.58 47.16 15.24 -
YUV 179.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 219 177 85 0 0.19 0.61 0.14 41.19 0.65 0.6
Hex DB B1 55 0 13 3D E 29 41 3C
Octal 333 261 125 0 23 75 16 51 101 74
Binary 11011011 10110001 1010101 0 10011 111101 1110 101001 1000001 111100

Color Harmonies of #DBB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB155

Black with #DBB155

Text Example


Text Example

White with #DBB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB155; }

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

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

background-color css

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

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

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

border-color css

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

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

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