Html Css Color HEX #D08552 Raw Sienna

📋 copy color: '#D08552'

red 208 ◦ green 133 ◦ blue 82

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

Shades of Raw Sienna #D08552

Tints of Raw Sienna #D08552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 49.17%
G = 31.44%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D08552 (or 0xD08552) is known color: Raw Sienna. HEX triplet: D0, 85 and 52. RGB value is (208,133,82). Sum of RGB (Red+Green+Blue) = 208+133+82=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D08552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08552 is #2F7AAD. Grayscale: #959595. Windows color (decimal): -3111598 or 5408208. OLE color: 5408208.

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

Color convert

RGB 208 133 82 -
CMYK 0 0.36 0.61 0.18
HSL 24.29º 0.57% 0.57% -
HSV(B) 24.29º 0.61% 0.82% -
XYZ 35.92 30.79 12.03 -
YUV 149.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 208 133 82 0 0.36 0.61 0.18 24.29 0.57 0.57
Hex D0 85 52 0 24 3D 12 18 39 39
Octal 320 205 122 0 44 75 22 30 71 71
Binary 11010000 10000101 1010010 0 100100 111101 10010 11000 111001 111001

Color Harmonies of #D08552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08552

Black with #D08552

Text Example


Text Example

White with #D08552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08552; }

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

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

background-color css

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

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

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

border-color css

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

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

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