Html Css Color HEX #DBA64A Rob Roy

📋 copy color: '#DBA64A'

red 219 ◦ green 166 ◦ blue 74

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

Shades of Rob Roy #DBA64A

Tints of Rob Roy #DBA64A

RGB

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

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

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

R = 47.71%
G = 36.17%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBA64A (or 0xDBA64A) is known color: Rob Roy. HEX triplet: DB, A6 and 4A. RGB value is (219,166,74). Sum of RGB (Red+Green+Blue) = 219+166+74=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA64A is #2459B5. Grayscale: #ABABAB. Windows color (decimal): -2382262 or 4892379. OLE color: 4892379.

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

Color convert

RGB 219 166 74 -
CMYK 0 0.24 0.66 0.14
HSL 38.07º 0.67% 0.57% -
HSV(B) 38.07º 0.66% 0.86% -
XYZ 44.09 42.83 12.42 -
YUV 171.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 219 166 74 0 0.24 0.66 0.14 38.07 0.67 0.57
Hex DB A6 4A 0 18 42 E 26 43 39
Octal 333 246 112 0 30 102 16 46 103 71
Binary 11011011 10100110 1001010 0 11000 1000010 1110 100110 1000011 111001

Color Harmonies of #DBA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA64A

Black with #DBA64A

Text Example


Text Example

White with #DBA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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