Html Css Color HEX #DBA94F Rob Roy

📋 copy color: '#DBA94F'

red 219 ◦ green 169 ◦ blue 79

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

Shades of Rob Roy #DBA94F

Tints of Rob Roy #DBA94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.92%

R = 46.9%
G = 36.19%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBA94F (or 0xDBA94F) is known color: Rob Roy. HEX triplet: DB, A9 and 4F. RGB value is (219,169,79). Sum of RGB (Red+Green+Blue) = 219+169+79=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA94F is #2456B0. Grayscale: #AEAEAE. Windows color (decimal): -2381489 or 5220827. OLE color: 5220827.

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

Color convert

RGB 219 169 79 -
CMYK 0 0.23 0.64 0.14
HSL 38.57º 0.66% 0.58% -
HSV(B) 38.57º 0.64% 0.86% -
XYZ 44.81 44 13.53 -
YUV 173.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 219 169 79 0 0.23 0.64 0.14 38.57 0.66 0.58
Hex DB A9 4F 0 17 40 E 27 42 3A
Octal 333 251 117 0 27 100 16 47 102 72
Binary 11011011 10101001 1001111 0 10111 1000000 1110 100111 1000010 111010

Color Harmonies of #DBA94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA94F

Black with #DBA94F

Text Example


Text Example

White with #DBA94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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