#DBAE5A

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

Shades of Rob Roy #DBAE5A

Tints of Rob Roy #DBAE5A

Color information

#DBAE5A (or 0xDBAE5A) is unknown color: approx Rob Roy. HEX triplet: DB, AE and 5A. RGB value is (219,174,90). Sum of RGB (Red+Green+Blue) = 219+174+90=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE5A is #2451A5. Grayscale: #B2B2B2. Windows color (decimal): -2380198 or 5943003. OLE color: 5943003.

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

Color convert

RGB21917490-
CMYK00.210.590.14
HSL39.07º64.18%60.59%-
HSV(B)39.07º58.9%85.88%-
XYZ46.1946.0716.13-
YUV177.8878.41157.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.34%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 90 (35.55% from 255) = 18.63%
R=45.34%
G=36.02%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191749000.210.590.1439.0764.1860.59
HexDBAE5A0153BE27403d
Octal33325613202573164710075
Binary1101101110101110101101001010111101111101001111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE5A; }

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

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

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

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

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

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

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

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