Html Css Color HEX #DBAA5C Rob Roy

📋 copy color: '#DBAA5C'

red 219 ◦ green 170 ◦ blue 92

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

Shades of Rob Roy #DBAA5C

Tints of Rob Roy #DBAA5C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 45.53%
G = 35.34%
B = 19.13%

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

#DBAA5C (or 0xDBAA5C) is known color: Rob Roy. HEX triplet: DB, AA and 5C. RGB value is (219,170,92). Sum of RGB (Red+Green+Blue) = 219+170+92=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA5C is #2455A3. Grayscale: #B0B0B0. Windows color (decimal): -2381220 or 6073051. OLE color: 6073051.

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

Color convert

RGB 219 170 92 -
CMYK 0 0.22 0.58 0.14
HSL 36.85º 0.64% 0.61% -
HSV(B) 36.85º 0.58% 0.86% -
XYZ 45.52 44.58 16.33 -
YUV 175.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 219 170 92 0 0.22 0.58 0.14 36.85 0.64 0.61
Hex DB AA 5C 0 16 3A E 25 40 3D
Octal 333 252 134 0 26 72 16 45 100 75
Binary 11011011 10101010 1011100 0 10110 111010 1110 100101 1000000 111101

Color Harmonies of #DBAA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA5C

Black with #DBAA5C

Text Example


Text Example

White with #DBAA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA5C; }

 p { color: rgb(219,170,92); }

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

background-color css

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

 a { background-color: rgb(219,170,92); }

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

border-color css

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

 span { border-color: rgb(219,170,92); }

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