Html Css Color HEX #DBA54D Rob Roy

📋 copy color: '#DBA54D'

red 219 ◦ green 165 ◦ blue 77

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

Shades of Rob Roy #DBA54D

Tints of Rob Roy #DBA54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.7%

R = 47.51%
G = 35.79%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBA54D (or 0xDBA54D) is known color: Rob Roy. HEX triplet: DB, A5 and 4D. RGB value is (219,165,77). Sum of RGB (Red+Green+Blue) = 219+165+77=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA54D is #245AB2. Grayscale: #ABABAB. Windows color (decimal): -2382515 or 5088731. OLE color: 5088731.

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

Color convert

RGB 219 165 77 -
CMYK 0 0.25 0.65 0.14
HSL 37.18º 0.66% 0.58% -
HSV(B) 37.18º 0.65% 0.86% -
XYZ 44.01 42.51 12.91 -
YUV 171.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 219 165 77 0 0.25 0.65 0.14 37.18 0.66 0.58
Hex DB A5 4D 0 19 41 E 25 42 3A
Octal 333 245 115 0 31 101 16 45 102 72
Binary 11011011 10100101 1001101 0 11001 1000001 1110 100101 1000010 111010

Color Harmonies of #DBA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA54D

Black with #DBA54D

Text Example


Text Example

White with #DBA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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