#DBAF5A

Color #DBAF5A Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DBAF5A

Tints of Rob Roy #DBAF5A

Color information

#DBAF5A (or 0xDBAF5A) is unknown color: approx Rob Roy. HEX triplet: DB, AF and 5A. RGB value is (219,175,90). Sum of RGB (Red+Green+Blue) = 219+175+90=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF5A is #2450A5. Grayscale: #B2B2B2. Windows color (decimal): -2379942 or 5943259. OLE color: 5943259.

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

Color convert

RGB21917590-
CMYK00.200.590.14
HSL39.53º64.18%60.59%-
HSV(B)39.53º58.9%85.88%-
XYZ46.3946.4616.2-
YUV178.4778.08156.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.25%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=45.25%
G=36.16%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191759000.200.590.1439.5364.1860.59
HexDBAF5A0143BE28403d
Octal33325713202473165010075
Binary1101101110101111101101001010011101111101010001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF5A; }

 p { color: rgb(219,175,90); }

 H1.HeaderClassName
 {
   color: #DBAF5A;
 }
 .AnyTagClassName
 {
   color: #DBAF5A;
 }
</style>
background-color css

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

 a { background-color: rgb(219,175,90); }

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

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

 span { border-color: rgb(219,175,90); }

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