Html Css Color HEX #DB864A Raw Sienna

📋 copy color: '#DB864A'

red 219 ◦ green 134 ◦ blue 74

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

Shades of Raw Sienna #DB864A

Tints of Raw Sienna #DB864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 51.29%
G = 31.38%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB864A (or 0xDB864A) is known color: Raw Sienna. HEX triplet: DB, 86 and 4A. RGB value is (219,134,74). Sum of RGB (Red+Green+Blue) = 219+134+74=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB864A is #2479B5. Grayscale: #989898. Windows color (decimal): -2390454 or 4884187. OLE color: 4884187.

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

Color convert

RGB 219 134 74 -
CMYK 0 0.39 0.66 0.14
HSL 24.83º 0.67% 0.57% -
HSV(B) 24.83º 0.66% 0.86% -
XYZ 38.97 32.6 10.72 -
YUV 152.58 83.66 175.38 -
System Red Green Blue C M Y K H S L
Decimal 219 134 74 0 0.39 0.66 0.14 24.83 0.67 0.57
Hex DB 86 4A 0 27 42 E 19 43 39
Octal 333 206 112 0 47 102 16 31 103 71
Binary 11011011 10000110 1001010 0 100111 1000010 1110 11001 1000011 111001

Color Harmonies of #DB864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB864A

Black with #DB864A

Text Example


Text Example

White with #DB864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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