Html Css Color HEX #DBA84A Rob Roy

📋 copy color: '#DBA84A'

red 219 ◦ green 168 ◦ blue 74

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

Shades of Rob Roy #DBA84A

Tints of Rob Roy #DBA84A

RGB

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

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

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

R = 47.51%
G = 36.44%
B = 16.05%

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

#DBA84A (or 0xDBA84A) is known color: Rob Roy. HEX triplet: DB, A8 and 4A. RGB value is (219,168,74). Sum of RGB (Red+Green+Blue) = 219+168+74=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA84A is #2457B5. Grayscale: #ACACAC. Windows color (decimal): -2381750 or 4892891. OLE color: 4892891.

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

Color convert

RGB 219 168 74 -
CMYK 0 0.23 0.66 0.14
HSL 38.9º 0.67% 0.57% -
HSV(B) 38.9º 0.66% 0.86% -
XYZ 44.45 43.56 12.54 -
YUV 172.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 219 168 74 0 0.23 0.66 0.14 38.9 0.67 0.57
Hex DB A8 4A 0 17 42 E 27 43 39
Octal 333 250 112 0 27 102 16 47 103 71
Binary 11011011 10101000 1001010 0 10111 1000010 1110 100111 1000011 111001

Color Harmonies of #DBA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA84A

Black with #DBA84A

Text Example


Text Example

White with #DBA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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