Html Css Color HEX #DBA85B Rob Roy

📋 copy color: '#DBA85B'

red 219 ◦ green 168 ◦ blue 91

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

Shades of Rob Roy #DBA85B

Tints of Rob Roy #DBA85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.15%

 BLUE value IS 91 (35.94% from 255) = 19.04%

R = 45.82%
G = 35.15%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBA85B (or 0xDBA85B) is known color: Rob Roy. HEX triplet: DB, A8 and 5B. RGB value is (219,168,91). Sum of RGB (Red+Green+Blue) = 219+168+91=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA85B is #2457A4. Grayscale: #AEAEAE. Windows color (decimal): -2381733 or 6007003. OLE color: 6007003.

HSL color Cylindrical-coordinate representation of color #DBA85B: hue angle of 36.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBA85B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 91 -
CMYK 0 0.23 0.58 0.14
HSL 36.09º 0.64% 0.61% -
HSV(B) 36.09º 0.58% 0.86% -
XYZ 45.1 43.82 15.98 -
YUV 174.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 219 168 91 0 0.23 0.58 0.14 36.09 0.64 0.61
Hex DB A8 5B 0 17 3A E 24 40 3D
Octal 333 250 133 0 27 72 16 44 100 75
Binary 11011011 10101000 1011011 0 10111 111010 1110 100100 1000000 111101

Color Harmonies of #DBA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA85B

Black with #DBA85B

Text Example


Text Example

White with #DBA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA85B; }

 p { color: rgb(219,168,91); }

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

background-color css

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

 a { background-color: rgb(219,168,91); }

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

border-color css

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

 span { border-color: rgb(219,168,91); }

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