Html Css Color HEX #DBA657 Rob Roy

📋 copy color: '#DBA657'

red 219 ◦ green 166 ◦ blue 87

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

Shades of Rob Roy #DBA657

Tints of Rob Roy #DBA657

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

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

R = 46.4%
G = 35.17%
B = 18.43%

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

#DBA657 (or 0xDBA657) is known color: Rob Roy. HEX triplet: DB, A6 and 57. RGB value is (219,166,87). Sum of RGB (Red+Green+Blue) = 219+166+87=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA657 is #2459A8. Grayscale: #ADADAD. Windows color (decimal): -2382249 or 5744347. OLE color: 5744347.

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

Color convert

RGB 219 166 87 -
CMYK 0 0.24 0.60 0.14
HSL 35.91º 0.65% 0.6% -
HSV(B) 35.91º 0.6% 0.86% -
XYZ 44.57 43.02 14.97 -
YUV 172.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 219 166 87 0 0.24 0.60 0.14 35.91 0.65 0.6
Hex DB A6 57 0 18 3C E 24 41 3C
Octal 333 246 127 0 30 74 16 44 101 74
Binary 11011011 10100110 1010111 0 11000 111100 1110 100100 1000001 111100

Color Harmonies of #DBA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA657

Black with #DBA657

Text Example


Text Example

White with #DBA657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA657; }

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

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

background-color css

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

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

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

border-color css

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

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

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