Html Css Color HEX #D88052 Raw Sienna

📋 copy color: '#D88052'

red 216 ◦ green 128 ◦ blue 82

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

Shades of Raw Sienna #D88052

Tints of Raw Sienna #D88052

RGB

 RED value IS 216 (84.77% from 255) = 50.7%

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

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

R = 50.7%
G = 30.05%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D88052 (or 0xD88052) is known color: Raw Sienna. HEX triplet: D8, 80 and 52. RGB value is (216,128,82). Sum of RGB (Red+Green+Blue) = 216+128+82=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D88052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88052 is #277FAD. Grayscale: #959595. Windows color (decimal): -2588590 or 5406936. OLE color: 5406936.

HSL color Cylindrical-coordinate representation of color #D88052: hue angle of 20.6º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D88052 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 82 -
CMYK 0 0.41 0.62 0.15
HSL 20.6º 0.63% 0.58% -
HSV(B) 20.6º 0.62% 0.85% -
XYZ 37.56 30.65 11.92 -
YUV 149.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 216 128 82 0 0.41 0.62 0.15 20.6 0.63 0.58
Hex D8 80 52 0 29 3E F 15 3F 3A
Octal 330 200 122 0 51 76 17 25 77 72
Binary 11011000 10000000 1010010 0 101001 111110 1111 10101 111111 111010

Color Harmonies of #D88052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88052

Black with #D88052

Text Example


Text Example

White with #D88052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88052; }

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

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

background-color css

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

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

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

border-color css

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

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

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