Html Css Color HEX #DBA95B Rob Roy

📋 copy color: '#DBA95B'

red 219 ◦ green 169 ◦ blue 91

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

Shades of Rob Roy #DBA95B

Tints of Rob Roy #DBA95B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

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

R = 45.72%
G = 35.28%
B = 19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA95B (or 0xDBA95B) is known color: Rob Roy. HEX triplet: DB, A9 and 5B. RGB value is (219,169,91). Sum of RGB (Red+Green+Blue) = 219+169+91=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA95B is #2456A4. Grayscale: #AFAFAF. Windows color (decimal): -2381477 or 6007259. OLE color: 6007259.

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

Color convert

RGB 219 169 91 -
CMYK 0 0.23 0.58 0.14
HSL 36.56º 0.64% 0.61% -
HSV(B) 36.56º 0.58% 0.86% -
XYZ 45.29 44.19 16.04 -
YUV 175.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 219 169 91 0 0.23 0.58 0.14 36.56 0.64 0.61
Hex DB A9 5B 0 17 3A E 25 40 3D
Octal 333 251 133 0 27 72 16 45 100 75
Binary 11011011 10101001 1011011 0 10111 111010 1110 100101 1000000 111101

Color Harmonies of #DBA95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA95B

Black with #DBA95B

Text Example


Text Example

White with #DBA95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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