#DBA355

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

Shades of Rob Roy #DBA355

Tints of Rob Roy #DBA355

Color information

#DBA355 (or 0xDBA355) is unknown color: approx Rob Roy. HEX triplet: DB, A3 and 55. RGB value is (219,163,85). Sum of RGB (Red+Green+Blue) = 219+163+85=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA355 is #245CAA. Grayscale: #ABABAB. Windows color (decimal): -2383019 or 5612507. OLE color: 5612507.

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

Color convert

RGB21916385-
CMYK00.260.610.14
HSL34.93º65.05%59.61%-
HSV(B)34.93º61.19%85.88%-
XYZ43.9541.9114.37-
YUV170.8579.55162.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 85 (33.59% from 255) = 18.20%
R=46.90%
G=34.90%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191638500.260.610.1434.9365.0559.61
HexDBA35501A3DE23413c
Octal33324312503275164310174
Binary1101101110100011101010101101011110111101000111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA355; }

 p { color: rgb(219,163,85); }

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

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

 a { background-color: rgb(219,163,85); }

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

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

 span { border-color: rgb(219,163,85); }

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