Html Css Color HEX #DBA54E Rob Roy

📋 copy color: '#DBA54E'

red 219 ◦ green 165 ◦ blue 78

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

Shades of Rob Roy #DBA54E

Tints of Rob Roy #DBA54E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

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

R = 47.4%
G = 35.71%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBA54E (or 0xDBA54E) is known color: Rob Roy. HEX triplet: DB, A5 and 4E. RGB value is (219,165,78). Sum of RGB (Red+Green+Blue) = 219+165+78=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA54E is #245AB1. Grayscale: #ABABAB. Windows color (decimal): -2382514 or 5154267. OLE color: 5154267.

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

Color convert

RGB 219 165 78 -
CMYK 0 0.25 0.64 0.14
HSL 37.02º 0.66% 0.58% -
HSV(B) 37.02º 0.64% 0.86% -
XYZ 44.04 42.52 13.09 -
YUV 171.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 219 165 78 0 0.25 0.64 0.14 37.02 0.66 0.58
Hex DB A5 4E 0 19 40 E 25 42 3A
Octal 333 245 116 0 31 100 16 45 102 72
Binary 11011011 10100101 1001110 0 11001 1000000 1110 100101 1000010 111010

Color Harmonies of #DBA54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA54E

Black with #DBA54E

Text Example


Text Example

White with #DBA54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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