Html Css Color HEX #DBAB5B Rob Roy

📋 copy color: '#DBAB5B'

red 219 ◦ green 171 ◦ blue 91

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

Shades of Rob Roy #DBAB5B

Tints of Rob Roy #DBAB5B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 91 (35.94% from 255) = 18.92%

R = 45.53%
G = 35.55%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBAB5B (or 0xDBAB5B) is known color: Rob Roy. HEX triplet: DB, AB and 5B. RGB value is (219,171,91). Sum of RGB (Red+Green+Blue) = 219+171+91=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB5B is #2454A4. Grayscale: #B0B0B0. Windows color (decimal): -2380965 or 6007771. OLE color: 6007771.

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

Color convert

RGB 219 171 91 -
CMYK 0 0.22 0.58 0.14
HSL 37.5º 0.64% 0.61% -
HSV(B) 37.5º 0.58% 0.86% -
XYZ 45.66 44.94 16.17 -
YUV 176.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 219 171 91 0 0.22 0.58 0.14 37.5 0.64 0.61
Hex DB AB 5B 0 16 3A E 26 40 3D
Octal 333 253 133 0 26 72 16 46 100 75
Binary 11011011 10101011 1011011 0 10110 111010 1110 100110 1000000 111101

Color Harmonies of #DBAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB5B

Black with #DBAB5B

Text Example


Text Example

White with #DBAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB5B; }

 p { color: rgb(219,171,91); }

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

background-color css

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

 a { background-color: rgb(219,171,91); }

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

border-color css

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

 span { border-color: rgb(219,171,91); }

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