Html Css Color HEX #DBA64E Rob Roy

📋 copy color: '#DBA64E'

red 219 ◦ green 166 ◦ blue 78

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

Shades of Rob Roy #DBA64E

Tints of Rob Roy #DBA64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.85%

R = 47.3%
G = 35.85%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBA64E (or 0xDBA64E) is known color: Rob Roy. HEX triplet: DB, A6 and 4E. RGB value is (219,166,78). Sum of RGB (Red+Green+Blue) = 219+166+78=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA64E is #2459B1. Grayscale: #ACACAC. Windows color (decimal): -2382258 or 5154523. OLE color: 5154523.

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

Color convert

RGB 219 166 78 -
CMYK 0 0.24 0.64 0.14
HSL 37.45º 0.66% 0.58% -
HSV(B) 37.45º 0.64% 0.86% -
XYZ 44.22 42.88 13.15 -
YUV 171.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 219 166 78 0 0.24 0.64 0.14 37.45 0.66 0.58
Hex DB A6 4E 0 18 40 E 25 42 3A
Octal 333 246 116 0 30 100 16 45 102 72
Binary 11011011 10100110 1001110 0 11000 1000000 1110 100101 1000010 111010

Color Harmonies of #DBA64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA64E

Black with #DBA64E

Text Example


Text Example

White with #DBA64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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