Html Css Color HEX #DBAB56 Rob Roy

📋 copy color: '#DBAB56'

red 219 ◦ green 171 ◦ blue 86

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

Shades of Rob Roy #DBAB56

Tints of Rob Roy #DBAB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 46.01%
G = 35.92%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBAB56 (or 0xDBAB56) is known color: Rob Roy. HEX triplet: DB, AB and 56. RGB value is (219,171,86). Sum of RGB (Red+Green+Blue) = 219+171+86=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB56 is #2454A9. Grayscale: #B0B0B0. Windows color (decimal): -2380970 or 5680091. OLE color: 5680091.

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

Color convert

RGB 219 171 86 -
CMYK 0 0.22 0.61 0.14
HSL 38.35º 0.65% 0.6% -
HSV(B) 38.35º 0.61% 0.86% -
XYZ 45.46 44.86 15.07 -
YUV 175.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 219 171 86 0 0.22 0.61 0.14 38.35 0.65 0.6
Hex DB AB 56 0 16 3D E 26 41 3C
Octal 333 253 126 0 26 75 16 46 101 74
Binary 11011011 10101011 1010110 0 10110 111101 1110 100110 1000001 111100

Color Harmonies of #DBAB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB56

Black with #DBAB56

Text Example


Text Example

White with #DBAB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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