Html Css Color HEX #DBA957 Rob Roy

📋 copy color: '#DBA957'

red 219 ◦ green 169 ◦ blue 87

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

Shades of Rob Roy #DBA957

Tints of Rob Roy #DBA957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.58%

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

R = 46.11%
G = 35.58%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBA957 (or 0xDBA957) is known color: Rob Roy. HEX triplet: DB, A9 and 57. RGB value is (219,169,87). Sum of RGB (Red+Green+Blue) = 219+169+87=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA957 is #2456A8. Grayscale: #AEAEAE. Windows color (decimal): -2381481 or 5745115. OLE color: 5745115.

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

Color convert

RGB 219 169 87 -
CMYK 0 0.23 0.60 0.14
HSL 37.27º 0.65% 0.6% -
HSV(B) 37.27º 0.6% 0.86% -
XYZ 45.12 44.12 15.16 -
YUV 174.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 219 169 87 0 0.23 0.60 0.14 37.27 0.65 0.6
Hex DB A9 57 0 17 3C E 25 41 3C
Octal 333 251 127 0 27 74 16 45 101 74
Binary 11011011 10101001 1010111 0 10111 111100 1110 100101 1000001 111100

Color Harmonies of #DBA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA957

Black with #DBA957

Text Example


Text Example

White with #DBA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA957; }

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

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

background-color css

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

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

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

border-color css

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

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

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