Html Css Color HEX #DBA44D Rob Roy

📋 copy color: '#DBA44D'

red 219 ◦ green 164 ◦ blue 77

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

Shades of Rob Roy #DBA44D

Tints of Rob Roy #DBA44D

RGB

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

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

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

R = 47.61%
G = 35.65%
B = 16.74%

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

#DBA44D (or 0xDBA44D) is known color: Rob Roy. HEX triplet: DB, A4 and 4D. RGB value is (219,164,77). Sum of RGB (Red+Green+Blue) = 219+164+77=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA44D is #245BB2. Grayscale: #AAAAAA. Windows color (decimal): -2382771 or 5088475. OLE color: 5088475.

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

Color convert

RGB 219 164 77 -
CMYK 0 0.25 0.65 0.14
HSL 36.76º 0.66% 0.58% -
HSV(B) 36.76º 0.65% 0.86% -
XYZ 43.83 42.15 12.85 -
YUV 170.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 219 164 77 0 0.25 0.65 0.14 36.76 0.66 0.58
Hex DB A4 4D 0 19 41 E 25 42 3A
Octal 333 244 115 0 31 101 16 45 102 72
Binary 11011011 10100100 1001101 0 11001 1000001 1110 100101 1000010 111010

Color Harmonies of #DBA44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA44D

Black with #DBA44D

Text Example


Text Example

White with #DBA44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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