Html Css Color HEX #DBA94A Rob Roy

📋 copy color: '#DBA94A'

red 219 ◦ green 169 ◦ blue 74

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

Shades of Rob Roy #DBA94A

Tints of Rob Roy #DBA94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.02%

R = 47.4%
G = 36.58%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBA94A (or 0xDBA94A) is known color: Rob Roy. HEX triplet: DB, A9 and 4A. RGB value is (219,169,74). Sum of RGB (Red+Green+Blue) = 219+169+74=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA94A is #2456B5. Grayscale: #ADADAD. Windows color (decimal): -2381494 or 4893147. OLE color: 4893147.

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

Color convert

RGB 219 169 74 -
CMYK 0 0.23 0.66 0.14
HSL 39.31º 0.67% 0.57% -
HSV(B) 39.31º 0.66% 0.86% -
XYZ 44.64 43.93 12.61 -
YUV 173.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 219 169 74 0 0.23 0.66 0.14 39.31 0.67 0.57
Hex DB A9 4A 0 17 42 E 27 43 39
Octal 333 251 112 0 27 102 16 47 103 71
Binary 11011011 10101001 1001010 0 10111 1000010 1110 100111 1000011 111001

Color Harmonies of #DBA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA94A

Black with #DBA94A

Text Example


Text Example

White with #DBA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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