Html Css Color HEX #D0804D Raw Sienna

📋 copy color: '#D0804D'

red 208 ◦ green 128 ◦ blue 77

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

Shades of Raw Sienna #D0804D

Tints of Raw Sienna #D0804D

RGB

 RED value IS 208 (81.64% from 255) = 50.36%

 GREEN value IS 128 (50.39% from 255) = 30.99%

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 50.36%
G = 30.99%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0804D (or 0xD0804D) is known color: Raw Sienna. HEX triplet: D0, 80 and 4D. RGB value is (208,128,77). Sum of RGB (Red+Green+Blue) = 208+128+77=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0804D is #2F7FB2. Grayscale: #929292. Windows color (decimal): -3112883 or 5079248. OLE color: 5079248.

HSL color Cylindrical-coordinate representation of color #D0804D: hue angle of 23.36º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0804D is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 77 -
CMYK 0 0.38 0.63 0.18
HSL 23.36º 0.58% 0.56% -
HSV(B) 23.36º 0.63% 0.82% -
XYZ 35.07 29.38 10.84 -
YUV 146.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 208 128 77 0 0.38 0.63 0.18 23.36 0.58 0.56
Hex D0 80 4D 0 26 3F 12 17 3A 38
Octal 320 200 115 0 46 77 22 27 72 70
Binary 11010000 10000000 1001101 0 100110 111111 10010 10111 111010 111000

Color Harmonies of #D0804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0804D

Black with #D0804D

Text Example


Text Example

White with #D0804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0804D; }

 p { color: rgb(208,128,77); }

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

background-color css

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

 a { background-color: rgb(208,128,77); }

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

border-color css

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

 span { border-color: rgb(208,128,77); }

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