Html Css Color HEX #DBAC5B Rob Roy

📋 copy color: '#DBAC5B'

red 219 ◦ green 172 ◦ blue 91

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

Shades of Rob Roy #DBAC5B

Tints of Rob Roy #DBAC5B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

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

R = 45.44%
G = 35.68%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBAC5B (or 0xDBAC5B) is known color: Rob Roy. HEX triplet: DB, AC and 5B. RGB value is (219,172,91). Sum of RGB (Red+Green+Blue) = 219+172+91=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC5B is #2453A4. Grayscale: #B1B1B1. Windows color (decimal): -2380709 or 6008027. OLE color: 6008027.

HSL color Cylindrical-coordinate representation of color #DBAC5B: hue angle of 37.97º 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 #DBAC5B is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 91 -
CMYK 0 0.21 0.58 0.14
HSL 37.97º 0.64% 0.61% -
HSV(B) 37.97º 0.58% 0.86% -
XYZ 45.85 45.32 16.23 -
YUV 176.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 219 172 91 0 0.21 0.58 0.14 37.97 0.64 0.61
Hex DB AC 5B 0 15 3A E 26 40 3D
Octal 333 254 133 0 25 72 16 46 100 75
Binary 11011011 10101100 1011011 0 10101 111010 1110 100110 1000000 111101

Color Harmonies of #DBAC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC5B

Black with #DBAC5B

Text Example


Text Example

White with #DBAC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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