Html Css Color HEX #DB814A Raw Sienna

📋 copy color: '#DB814A'

red 219 ◦ green 129 ◦ blue 74

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

Shades of Raw Sienna #DB814A

Tints of Raw Sienna #DB814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 51.9%
G = 30.57%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB814A (or 0xDB814A) is known color: Raw Sienna. HEX triplet: DB, 81 and 4A. RGB value is (219,129,74). Sum of RGB (Red+Green+Blue) = 219+129+74=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB814A is #247EB5. Grayscale: #959595. Windows color (decimal): -2391734 or 4882907. OLE color: 4882907.

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

Color convert

RGB 219 129 74 -
CMYK 0 0.41 0.66 0.14
HSL 22.76º 0.67% 0.57% -
HSV(B) 22.76º 0.66% 0.86% -
XYZ 38.3 31.26 10.49 -
YUV 149.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 219 129 74 0 0.41 0.66 0.14 22.76 0.67 0.57
Hex DB 81 4A 0 29 42 E 17 43 39
Octal 333 201 112 0 51 102 16 27 103 71
Binary 11011011 10000001 1001010 0 101001 1000010 1110 10111 1000011 111001

Color Harmonies of #DB814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB814A

Black with #DB814A

Text Example


Text Example

White with #DB814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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