Html Css Color HEX #DB874A Raw Sienna

📋 copy color: '#DB874A'

red 219 ◦ green 135 ◦ blue 74

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

Shades of Raw Sienna #DB874A

Tints of Raw Sienna #DB874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

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

R = 51.17%
G = 31.54%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB874A (or 0xDB874A) is known color: Raw Sienna. HEX triplet: DB, 87 and 4A. RGB value is (219,135,74). Sum of RGB (Red+Green+Blue) = 219+135+74=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB874A is #2478B5. Grayscale: #999999. Windows color (decimal): -2390198 or 4884443. OLE color: 4884443.

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

Color convert

RGB 219 135 74 -
CMYK 0 0.38 0.66 0.14
HSL 25.24º 0.67% 0.57% -
HSV(B) 25.24º 0.66% 0.86% -
XYZ 39.11 32.88 10.76 -
YUV 153.16 83.33 174.96 -
System Red Green Blue C M Y K H S L
Decimal 219 135 74 0 0.38 0.66 0.14 25.24 0.67 0.57
Hex DB 87 4A 0 26 42 E 19 43 39
Octal 333 207 112 0 46 102 16 31 103 71
Binary 11011011 10000111 1001010 0 100110 1000010 1110 11001 1000011 111001

Color Harmonies of #DB874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB874A

Black with #DB874A

Text Example


Text Example

White with #DB874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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