Html Css Color HEX #DBA457 Rob Roy

📋 copy color: '#DBA457'

red 219 ◦ green 164 ◦ blue 87

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

Shades of Rob Roy #DBA457

Tints of Rob Roy #DBA457

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.89%

 BLUE value IS 87 (34.38% from 255) = 18.51%

R = 46.6%
G = 34.89%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBA457 (or 0xDBA457) is known color: Rob Roy. HEX triplet: DB, A4 and 57. RGB value is (219,164,87). Sum of RGB (Red+Green+Blue) = 219+164+87=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA457 is #245BA8. Grayscale: #ACACAC. Windows color (decimal): -2382761 or 5743835. OLE color: 5743835.

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

Color convert

RGB 219 164 87 -
CMYK 0 0.25 0.60 0.14
HSL 35º 0.65% 0.6% -
HSV(B) 35º 0.6% 0.86% -
XYZ 44.21 42.3 14.85 -
YUV 171.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 219 164 87 0 0.25 0.60 0.14 35 0.65 0.6
Hex DB A4 57 0 19 3C E 23 41 3C
Octal 333 244 127 0 31 74 16 43 101 74
Binary 11011011 10100100 1010111 0 11001 111100 1110 100011 1000001 111100

Color Harmonies of #DBA457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA457

Black with #DBA457

Text Example


Text Example

White with #DBA457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA457; }

 p { color: rgb(219,164,87); }

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

background-color css

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

 a { background-color: rgb(219,164,87); }

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

border-color css

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

 span { border-color: rgb(219,164,87); }

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