Html Css Color HEX #DBA655 Rob Roy

📋 copy color: '#DBA655'

red 219 ◦ green 166 ◦ blue 85

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

Shades of Rob Roy #DBA655

Tints of Rob Roy #DBA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.32%

 BLUE value IS 85 (33.59% from 255) = 18.09%

R = 46.6%
G = 35.32%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBA655 (or 0xDBA655) is known color: Rob Roy. HEX triplet: DB, A6 and 55. RGB value is (219,166,85). Sum of RGB (Red+Green+Blue) = 219+166+85=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA655 is #2459AA. Grayscale: #ACACAC. Windows color (decimal): -2382251 or 5613275. OLE color: 5613275.

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

Color convert

RGB 219 166 85 -
CMYK 0 0.24 0.61 0.14
HSL 36.27º 0.65% 0.6% -
HSV(B) 36.27º 0.61% 0.86% -
XYZ 44.49 42.99 14.55 -
YUV 172.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 219 166 85 0 0.24 0.61 0.14 36.27 0.65 0.6
Hex DB A6 55 0 18 3D E 24 41 3C
Octal 333 246 125 0 30 75 16 44 101 74
Binary 11011011 10100110 1010101 0 11000 111101 1110 100100 1000001 111100

Color Harmonies of #DBA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA655

Black with #DBA655

Text Example


Text Example

White with #DBA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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