Html Css Color HEX #DB814B Raw Sienna

📋 copy color: '#DB814B'

red 219 ◦ green 129 ◦ blue 75

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

Shades of Raw Sienna #DB814B

Tints of Raw Sienna #DB814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.73%

R = 51.77%
G = 30.5%
B = 17.73%

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

#DB814B (or 0xDB814B) is known color: Raw Sienna. HEX triplet: DB, 81 and 4B. RGB value is (219,129,75). Sum of RGB (Red+Green+Blue) = 219+129+75=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB814B is #247EB4. Grayscale: #969696. Windows color (decimal): -2391733 or 4948443. OLE color: 4948443.

HSL color Cylindrical-coordinate representation of color #DB814B: hue angle of 22.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB814B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 75 -
CMYK 0 0.41 0.66 0.14
HSL 22.5º 0.67% 0.58% -
HSV(B) 22.5º 0.66% 0.86% -
XYZ 38.33 31.27 10.67 -
YUV 149.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 219 129 75 0 0.41 0.66 0.14 22.5 0.67 0.58
Hex DB 81 4B 0 29 42 E 16 43 3A
Octal 333 201 113 0 51 102 16 26 103 72
Binary 11011011 10000001 1001011 0 101001 1000010 1110 10110 1000011 111010

Color Harmonies of #DB814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB814B

Black with #DB814B

Text Example


Text Example

White with #DB814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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