Html Css Color HEX #D98252 Raw Sienna

📋 copy color: '#D98252'

red 217 ◦ green 130 ◦ blue 82

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

Shades of Raw Sienna #D98252

Tints of Raw Sienna #D98252

RGB

 RED value IS 217 (85.16% from 255) = 50.58%

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 50.58%
G = 30.3%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D98252 (or 0xD98252) is known color: Raw Sienna. HEX triplet: D9, 82 and 52. RGB value is (217,130,82). Sum of RGB (Red+Green+Blue) = 217+130+82=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D98252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98252 is #267DAD. Grayscale: #969696. Windows color (decimal): -2522542 or 5407449. OLE color: 5407449.

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

Color convert

RGB 217 130 82 -
CMYK 0 0.40 0.62 0.15
HSL 21.33º 0.64% 0.59% -
HSV(B) 21.33º 0.62% 0.85% -
XYZ 38.12 31.33 12.02 -
YUV 150.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 217 130 82 0 0.40 0.62 0.15 21.33 0.64 0.59
Hex D9 82 52 0 28 3E F 15 40 3B
Octal 331 202 122 0 50 76 17 25 100 73
Binary 11011001 10000010 1010010 0 101000 111110 1111 10101 1000000 111011

Color Harmonies of #D98252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98252

Black with #D98252

Text Example


Text Example

White with #D98252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98252; }

 p { color: rgb(217,130,82); }

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

background-color css

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

 a { background-color: rgb(217,130,82); }

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

border-color css

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

 span { border-color: rgb(217,130,82); }

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