Html Css Color HEX #DBAA56 Rob Roy

📋 copy color: '#DBAA56'

red 219 ◦ green 170 ◦ blue 86

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

Shades of Rob Roy #DBAA56

Tints of Rob Roy #DBAA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.11%

R = 46.11%
G = 35.79%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBAA56 (or 0xDBAA56) is known color: Rob Roy. HEX triplet: DB, AA and 56. RGB value is (219,170,86). Sum of RGB (Red+Green+Blue) = 219+170+86=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA56 is #2455A9. Grayscale: #AFAFAF. Windows color (decimal): -2381226 or 5679835. OLE color: 5679835.

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

Color convert

RGB 219 170 86 -
CMYK 0 0.22 0.61 0.14
HSL 37.89º 0.65% 0.6% -
HSV(B) 37.89º 0.61% 0.86% -
XYZ 45.27 44.48 15 -
YUV 175.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 219 170 86 0 0.22 0.61 0.14 37.89 0.65 0.6
Hex DB AA 56 0 16 3D E 26 41 3C
Octal 333 252 126 0 26 75 16 46 101 74
Binary 11011011 10101010 1010110 0 10110 111101 1110 100110 1000001 111100

Color Harmonies of #DBAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA56

Black with #DBAA56

Text Example


Text Example

White with #DBAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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