Html Css Color HEX #DBAA57 Rob Roy

📋 copy color: '#DBAA57'

red 219 ◦ green 170 ◦ blue 87

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

Shades of Rob Roy #DBAA57

Tints of Rob Roy #DBAA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.28%

R = 46.01%
G = 35.71%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBAA57 (or 0xDBAA57) is known color: Rob Roy. HEX triplet: DB, AA and 57. RGB value is (219,170,87). Sum of RGB (Red+Green+Blue) = 219+170+87=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA57 is #2455A8. Grayscale: #AFAFAF. Windows color (decimal): -2381225 or 5745371. OLE color: 5745371.

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

Color convert

RGB 219 170 87 -
CMYK 0 0.22 0.60 0.14
HSL 37.73º 0.65% 0.6% -
HSV(B) 37.73º 0.6% 0.86% -
XYZ 45.31 44.5 15.22 -
YUV 175.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 219 170 87 0 0.22 0.60 0.14 37.73 0.65 0.6
Hex DB AA 57 0 16 3C E 26 41 3C
Octal 333 252 127 0 26 74 16 46 101 74
Binary 11011011 10101010 1010111 0 10110 111100 1110 100110 1000001 111100

Color Harmonies of #DBAA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA57

Black with #DBAA57

Text Example


Text Example

White with #DBAA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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