Html Css Color HEX #D08448 Raw Sienna

📋 copy color: '#D08448'

red 208 ◦ green 132 ◦ blue 72

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

Shades of Raw Sienna #D08448

Tints of Raw Sienna #D08448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

 BLUE value IS 72 (28.52% from 255) = 17.48%

R = 50.49%
G = 32.04%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D08448 (or 0xD08448) is known color: Raw Sienna. HEX triplet: D0, 84 and 48. RGB value is (208,132,72). Sum of RGB (Red+Green+Blue) = 208+132+72=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D08448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08448 is #2F7BB7. Grayscale: #949494. Windows color (decimal): -3111864 or 4752592. OLE color: 4752592.

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

Color convert

RGB 208 132 72 -
CMYK 0 0.37 0.65 0.18
HSL 26.47º 0.59% 0.55% -
HSV(B) 26.47º 0.65% 0.82% -
XYZ 35.43 30.38 10.13 -
YUV 147.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 208 132 72 0 0.37 0.65 0.18 26.47 0.59 0.55
Hex D0 84 48 0 25 41 12 1A 3B 37
Octal 320 204 110 0 45 101 22 32 73 67
Binary 11010000 10000100 1001000 0 100101 1000001 10010 11010 111011 110111

Color Harmonies of #D08448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08448

Black with #D08448

Text Example


Text Example

White with #D08448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08448; }

 p { color: rgb(208,132,72); }

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

background-color css

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

 a { background-color: rgb(208,132,72); }

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

border-color css

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

 span { border-color: rgb(208,132,72); }

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