Html Css Color HEX #D08050 Raw Sienna

📋 copy color: '#D08050'

red 208 ◦ green 128 ◦ blue 80

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

Shades of Raw Sienna #D08050

Tints of Raw Sienna #D08050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 50%
G = 30.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D08050 (or 0xD08050) is known color: Raw Sienna. HEX triplet: D0, 80 and 50. RGB value is (208,128,80). Sum of RGB (Red+Green+Blue) = 208+128+80=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D08050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08050 is #2F7FAF. Grayscale: #929292. Windows color (decimal): -3112880 or 5275856. OLE color: 5275856.

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

Color convert

RGB 208 128 80 -
CMYK 0 0.38 0.62 0.18
HSL 22.5º 0.58% 0.56% -
HSV(B) 22.5º 0.62% 0.82% -
XYZ 35.18 29.43 11.42 -
YUV 146.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 208 128 80 0 0.38 0.62 0.18 22.5 0.58 0.56
Hex D0 80 50 0 26 3E 12 16 3A 38
Octal 320 200 120 0 46 76 22 26 72 70
Binary 11010000 10000000 1010000 0 100110 111110 10010 10110 111010 111000

Color Harmonies of #D08050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08050

Black with #D08050

Text Example


Text Example

White with #D08050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08050; }

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

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

background-color css

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

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

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

border-color css

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

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

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