Html Css Color HEX #D0804A Raw Sienna

📋 copy color: '#D0804A'

red 208 ◦ green 128 ◦ blue 74

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

Shades of Raw Sienna #D0804A

Tints of Raw Sienna #D0804A

RGB

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

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

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

R = 50.73%
G = 31.22%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0804A (or 0xD0804A) is known color: Raw Sienna. HEX triplet: D0, 80 and 4A. RGB value is (208,128,74). Sum of RGB (Red+Green+Blue) = 208+128+74=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D0804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0804A is #2F7FB5. Grayscale: #929292. Windows color (decimal): -3112886 or 4882640. OLE color: 4882640.

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

Color convert

RGB 208 128 74 -
CMYK 0 0.38 0.64 0.18
HSL 24.18º 0.59% 0.55% -
HSV(B) 24.18º 0.64% 0.82% -
XYZ 34.97 29.34 10.3 -
YUV 145.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 208 128 74 0 0.38 0.64 0.18 24.18 0.59 0.55
Hex D0 80 4A 0 26 40 12 18 3B 37
Octal 320 200 112 0 46 100 22 30 73 67
Binary 11010000 10000000 1001010 0 100110 1000000 10010 11000 111011 110111

Color Harmonies of #D0804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0804A

Black with #D0804A

Text Example


Text Example

White with #D0804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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