Html Css Color HEX #DBA758 Rob Roy

📋 copy color: '#DBA758'

red 219 ◦ green 167 ◦ blue 88

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

Shades of Rob Roy #DBA758

Tints of Rob Roy #DBA758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.23%

 BLUE value IS 88 (34.77% from 255) = 18.57%

R = 46.2%
G = 35.23%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBA758 (or 0xDBA758) is known color: Rob Roy. HEX triplet: DB, A7 and 58. RGB value is (219,167,88). Sum of RGB (Red+Green+Blue) = 219+167+88=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA758 is #2458A7. Grayscale: #ADADAD. Windows color (decimal): -2381992 or 5810139. OLE color: 5810139.

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

Color convert

RGB 219 167 88 -
CMYK 0 0.24 0.60 0.14
HSL 36.18º 0.65% 0.6% -
HSV(B) 36.18º 0.6% 0.86% -
XYZ 44.79 43.4 15.25 -
YUV 173.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 219 167 88 0 0.24 0.60 0.14 36.18 0.65 0.6
Hex DB A7 58 0 18 3C E 24 41 3C
Octal 333 247 130 0 30 74 16 44 101 74
Binary 11011011 10100111 1011000 0 11000 111100 1110 100100 1000001 111100

Color Harmonies of #DBA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA758

Black with #DBA758

Text Example


Text Example

White with #DBA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA758; }

 p { color: rgb(219,167,88); }

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

background-color css

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

 a { background-color: rgb(219,167,88); }

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

border-color css

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

 span { border-color: rgb(219,167,88); }

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