Html Css Color HEX #D08450 Raw Sienna

📋 copy color: '#D08450'

red 208 ◦ green 132 ◦ blue 80

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

Shades of Raw Sienna #D08450

Tints of Raw Sienna #D08450

RGB

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

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

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

R = 49.52%
G = 31.43%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D08450 (or 0xD08450) is known color: Raw Sienna. HEX triplet: D0, 84 and 50. RGB value is (208,132,80). Sum of RGB (Red+Green+Blue) = 208+132+80=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D08450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08450 is #2F7BAF. Grayscale: #959595. Windows color (decimal): -3111856 or 5276880. OLE color: 5276880.

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

Color convert

RGB 208 132 80 -
CMYK 0 0.37 0.62 0.18
HSL 24.38º 0.58% 0.56% -
HSV(B) 24.38º 0.62% 0.82% -
XYZ 35.71 30.49 11.59 -
YUV 148.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 208 132 80 0 0.37 0.62 0.18 24.38 0.58 0.56
Hex D0 84 50 0 25 3E 12 18 3A 38
Octal 320 204 120 0 45 76 22 30 72 70
Binary 11010000 10000100 1010000 0 100101 111110 10010 11000 111010 111000

Color Harmonies of #D08450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08450

Black with #D08450

Text Example


Text Example

White with #D08450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08450; }

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

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

background-color css

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

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

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

border-color css

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

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

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