Html Css Color HEX #DBAA4D Rob Roy

📋 copy color: '#DBAA4D'

red 219 ◦ green 170 ◦ blue 77

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

Shades of Rob Roy #DBAA4D

Tints of Rob Roy #DBAA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.52%

R = 47%
G = 36.48%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBAA4D (or 0xDBAA4D) is known color: Rob Roy. HEX triplet: DB, AA and 4D. RGB value is (219,170,77). Sum of RGB (Red+Green+Blue) = 219+170+77=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA4D is #2455B2. Grayscale: #AEAEAE. Windows color (decimal): -2381235 or 5090011. OLE color: 5090011.

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

Color convert

RGB 219 170 77 -
CMYK 0 0.22 0.65 0.14
HSL 39.3º 0.66% 0.58% -
HSV(B) 39.3º 0.65% 0.86% -
XYZ 44.93 44.35 13.21 -
YUV 174.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 219 170 77 0 0.22 0.65 0.14 39.3 0.66 0.58
Hex DB AA 4D 0 16 41 E 27 42 3A
Octal 333 252 115 0 26 101 16 47 102 72
Binary 11011011 10101010 1001101 0 10110 1000001 1110 100111 1000010 111010

Color Harmonies of #DBAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA4D

Black with #DBAA4D

Text Example


Text Example

White with #DBAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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