Html Css Color HEX #DBAA4F Rob Roy

📋 copy color: '#DBAA4F'

red 219 ◦ green 170 ◦ blue 79

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

Shades of Rob Roy #DBAA4F

Tints of Rob Roy #DBAA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.88%

R = 46.79%
G = 36.32%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBAA4F (or 0xDBAA4F) is known color: Rob Roy. HEX triplet: DB, AA and 4F. RGB value is (219,170,79). Sum of RGB (Red+Green+Blue) = 219+170+79=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA4F is #2455B0. Grayscale: #AEAEAE. Windows color (decimal): -2381233 or 5221083. OLE color: 5221083.

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

Color convert

RGB 219 170 79 -
CMYK 0 0.22 0.64 0.14
HSL 39º 0.66% 0.58% -
HSV(B) 39º 0.64% 0.86% -
XYZ 45 44.37 13.59 -
YUV 174.28 74.23 159.9 -
System Red Green Blue C M Y K H S L
Decimal 219 170 79 0 0.22 0.64 0.14 39 0.66 0.58
Hex DB AA 4F 0 16 40 E 27 42 3A
Octal 333 252 117 0 26 100 16 47 102 72
Binary 11011011 10101010 1001111 0 10110 1000000 1110 100111 1000010 111010

Color Harmonies of #DBAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA4F

Black with #DBAA4F

Text Example


Text Example

White with #DBAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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