Html Css Color HEX #DBAB57 Rob Roy

📋 copy color: '#DBAB57'

red 219 ◦ green 171 ◦ blue 87

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

Shades of Rob Roy #DBAB57

Tints of Rob Roy #DBAB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.85%

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

R = 45.91%
G = 35.85%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBAB57 (or 0xDBAB57) is known color: Rob Roy. HEX triplet: DB, AB and 57. RGB value is (219,171,87). Sum of RGB (Red+Green+Blue) = 219+171+87=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB57 is #2454A8. Grayscale: #B0B0B0. Windows color (decimal): -2380969 or 5745627. OLE color: 5745627.

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

Color convert

RGB 219 171 87 -
CMYK 0 0.22 0.60 0.14
HSL 38.18º 0.65% 0.6% -
HSV(B) 38.18º 0.6% 0.86% -
XYZ 45.5 44.87 15.28 -
YUV 175.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 219 171 87 0 0.22 0.60 0.14 38.18 0.65 0.6
Hex DB AB 57 0 16 3C E 26 41 3C
Octal 333 253 127 0 26 74 16 46 101 74
Binary 11011011 10101011 1010111 0 10110 111100 1110 100110 1000001 111100

Color Harmonies of #DBAB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB57

Black with #DBAB57

Text Example


Text Example

White with #DBAB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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