Html Css Color HEX #DBAA54 Rob Roy

📋 copy color: '#DBAA54'

red 219 ◦ green 170 ◦ blue 84

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

Shades of Rob Roy #DBAA54

Tints of Rob Roy #DBAA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.76%

R = 46.3%
G = 35.94%
B = 17.76%

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

#DBAA54 (or 0xDBAA54) is known color: Rob Roy. HEX triplet: DB, AA and 54. RGB value is (219,170,84). Sum of RGB (Red+Green+Blue) = 219+170+84=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA54 is #2455AB. Grayscale: #AFAFAF. Windows color (decimal): -2381228 or 5548763. OLE color: 5548763.

HSL color Cylindrical-coordinate representation of color #DBAA54: hue angle of 38.22º 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 #DBAA54 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 84 -
CMYK 0 0.22 0.62 0.14
HSL 38.22º 0.65% 0.59% -
HSV(B) 38.22º 0.62% 0.86% -
XYZ 45.19 44.45 14.59 -
YUV 174.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 219 170 84 0 0.22 0.62 0.14 38.22 0.65 0.59
Hex DB AA 54 0 16 3E E 26 41 3B
Octal 333 252 124 0 26 76 16 46 101 73
Binary 11011011 10101010 1010100 0 10110 111110 1110 100110 1000001 111011

Color Harmonies of #DBAA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA54

Black with #DBAA54

Text Example


Text Example

White with #DBAA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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