Html Css Color HEX #D08150 Raw Sienna

📋 copy color: '#D08150'

red 208 ◦ green 129 ◦ blue 80

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

Shades of Raw Sienna #D08150

Tints of Raw Sienna #D08150

RGB

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

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

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

R = 49.88%
G = 30.94%
B = 19.18%

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

#D08150 (or 0xD08150) is known color: Raw Sienna. HEX triplet: D0, 81 and 50. RGB value is (208,129,80). Sum of RGB (Red+Green+Blue) = 208+129+80=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D08150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08150 is #2F7EAF. Grayscale: #939393. Windows color (decimal): -3112624 or 5276112. OLE color: 5276112.

HSL color Cylindrical-coordinate representation of color #D08150: hue angle of 22.97º 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 #D08150 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 80 -
CMYK 0 0.38 0.62 0.18
HSL 22.97º 0.58% 0.56% -
HSV(B) 22.97º 0.62% 0.82% -
XYZ 35.31 29.69 11.46 -
YUV 147.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 208 129 80 0 0.38 0.62 0.18 22.97 0.58 0.56
Hex D0 81 50 0 26 3E 12 17 3A 38
Octal 320 201 120 0 46 76 22 27 72 70
Binary 11010000 10000001 1010000 0 100110 111110 10010 10111 111010 111000

Color Harmonies of #D08150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08150

Black with #D08150

Text Example


Text Example

White with #D08150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08150; }

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

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

background-color css

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

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

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

border-color css

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

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

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