Html Css Color HEX #DBA44E Rob Roy

📋 copy color: '#DBA44E'

red 219 ◦ green 164 ◦ blue 78

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

Shades of Rob Roy #DBA44E

Tints of Rob Roy #DBA44E

RGB

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

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

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

R = 47.51%
G = 35.57%
B = 16.92%

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

#DBA44E (or 0xDBA44E) is known color: Rob Roy. HEX triplet: DB, A4 and 4E. RGB value is (219,164,78). Sum of RGB (Red+Green+Blue) = 219+164+78=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA44E is #245BB1. Grayscale: #ABABAB. Windows color (decimal): -2382770 or 5154011. OLE color: 5154011.

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

Color convert

RGB 219 164 78 -
CMYK 0 0.25 0.64 0.14
HSL 36.6º 0.66% 0.58% -
HSV(B) 36.6º 0.64% 0.86% -
XYZ 43.86 42.16 13.03 -
YUV 170.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 219 164 78 0 0.25 0.64 0.14 36.6 0.66 0.58
Hex DB A4 4E 0 19 40 E 25 42 3A
Octal 333 244 116 0 31 100 16 45 102 72
Binary 11011011 10100100 1001110 0 11001 1000000 1110 100101 1000010 111010

Color Harmonies of #DBA44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA44E

Black with #DBA44E

Text Example


Text Example

White with #DBA44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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