Html Css Color HEX #DBAA53 Rob Roy

📋 copy color: '#DBAA53'

red 219 ◦ green 170 ◦ blue 83

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

Shades of Rob Roy #DBAA53

Tints of Rob Roy #DBAA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.58%

R = 46.4%
G = 36.02%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBAA53 (or 0xDBAA53) is known color: Rob Roy. HEX triplet: DB, AA and 53. RGB value is (219,170,83). Sum of RGB (Red+Green+Blue) = 219+170+83=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA53 is #2455AC. Grayscale: #AFAFAF. Windows color (decimal): -2381229 or 5483227. OLE color: 5483227.

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

Color convert

RGB 219 170 83 -
CMYK 0 0.22 0.62 0.14
HSL 38.38º 0.65% 0.59% -
HSV(B) 38.38º 0.62% 0.86% -
XYZ 45.15 44.43 14.38 -
YUV 174.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 219 170 83 0 0.22 0.62 0.14 38.38 0.65 0.59
Hex DB AA 53 0 16 3E E 26 41 3B
Octal 333 252 123 0 26 76 16 46 101 73
Binary 11011011 10101010 1010011 0 10110 111110 1110 100110 1000001 111011

Color Harmonies of #DBAA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA53

Black with #DBAA53

Text Example


Text Example

White with #DBAA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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