Html Css Color HEX #DBA54A Rob Roy

📋 copy color: '#DBA54A'

red 219 ◦ green 165 ◦ blue 74

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

Shades of Rob Roy #DBA54A

Tints of Rob Roy #DBA54A

RGB

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

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

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

R = 47.82%
G = 36.03%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBA54A (or 0xDBA54A) is known color: Rob Roy. HEX triplet: DB, A5 and 4A. RGB value is (219,165,74). Sum of RGB (Red+Green+Blue) = 219+165+74=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA54A is #245AB5. Grayscale: #ABABAB. Windows color (decimal): -2382518 or 4892123. OLE color: 4892123.

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

Color convert

RGB 219 165 74 -
CMYK 0 0.25 0.66 0.14
HSL 37.66º 0.67% 0.57% -
HSV(B) 37.66º 0.66% 0.86% -
XYZ 43.9 42.46 12.36 -
YUV 170.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 219 165 74 0 0.25 0.66 0.14 37.66 0.67 0.57
Hex DB A5 4A 0 19 42 E 26 43 39
Octal 333 245 112 0 31 102 16 46 103 71
Binary 11011011 10100101 1001010 0 11001 1000010 1110 100110 1000011 111001

Color Harmonies of #DBA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA54A

Black with #DBA54A

Text Example


Text Example

White with #DBA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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