Html Css Color HEX #D08052 Raw Sienna

📋 copy color: '#D08052'

red 208 ◦ green 128 ◦ blue 82

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

Shades of Raw Sienna #D08052

Tints of Raw Sienna #D08052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 49.76%
G = 30.62%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D08052 (or 0xD08052) is known color: Raw Sienna. HEX triplet: D0, 80 and 52. RGB value is (208,128,82). Sum of RGB (Red+Green+Blue) = 208+128+82=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D08052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08052 is #2F7FAD. Grayscale: #929292. Windows color (decimal): -3112878 or 5406928. OLE color: 5406928.

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

Color convert

RGB 208 128 82 -
CMYK 0 0.38 0.61 0.18
HSL 21.9º 0.57% 0.57% -
HSV(B) 21.9º 0.61% 0.82% -
XYZ 35.25 29.46 11.81 -
YUV 146.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 208 128 82 0 0.38 0.61 0.18 21.9 0.57 0.57
Hex D0 80 52 0 26 3D 12 16 39 39
Octal 320 200 122 0 46 75 22 26 71 71
Binary 11010000 10000000 1010010 0 100110 111101 10010 10110 111001 111001

Color Harmonies of #D08052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08052

Black with #D08052

Text Example


Text Example

White with #D08052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08052; }

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

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

background-color css

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

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

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

border-color css

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

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

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