Html Css Color HEX #DBA44A Rob Roy

📋 copy color: '#DBA44A'

red 219 ◦ green 164 ◦ blue 74

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

Shades of Rob Roy #DBA44A

Tints of Rob Roy #DBA44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

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

R = 47.92%
G = 35.89%
B = 16.19%

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

#DBA44A (or 0xDBA44A) is known color: Rob Roy. HEX triplet: DB, A4 and 4A. RGB value is (219,164,74). Sum of RGB (Red+Green+Blue) = 219+164+74=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA44A is #245BB5. Grayscale: #AAAAAA. Windows color (decimal): -2382774 or 4891867. OLE color: 4891867.

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

Color convert

RGB 219 164 74 -
CMYK 0 0.25 0.66 0.14
HSL 37.24º 0.67% 0.57% -
HSV(B) 37.24º 0.66% 0.86% -
XYZ 43.72 42.11 12.3 -
YUV 170.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 219 164 74 0 0.25 0.66 0.14 37.24 0.67 0.57
Hex DB A4 4A 0 19 42 E 25 43 39
Octal 333 244 112 0 31 102 16 45 103 71
Binary 11011011 10100100 1001010 0 11001 1000010 1110 100101 1000011 111001

Color Harmonies of #DBA44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA44A

Black with #DBA44A

Text Example


Text Example

White with #DBA44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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