Html Css Color HEX #D48242 Raw Sienna

📋 copy color: '#D48242'

red 212 ◦ green 130 ◦ blue 66

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

Shades of Raw Sienna #D48242

Tints of Raw Sienna #D48242

RGB

 RED value IS 212 (83.2% from 255) = 51.96%

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

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 51.96%
G = 31.86%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D48242 (or 0xD48242) is known color: Raw Sienna. HEX triplet: D4, 82 and 42. RGB value is (212,130,66). Sum of RGB (Red+Green+Blue) = 212+130+66=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D48242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48242 is #2B7DBD. Grayscale: #939393. Windows color (decimal): -2850238 or 4358868. OLE color: 4358868.

HSL color Cylindrical-coordinate representation of color #D48242: hue angle of 26.3º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D48242 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 66 -
CMYK 0 0.39 0.69 0.17
HSL 26.3º 0.63% 0.55% -
HSV(B) 26.3º 0.69% 0.83% -
XYZ 36.12 30.36 9.11 -
YUV 147.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 212 130 66 0 0.39 0.69 0.17 26.3 0.63 0.55
Hex D4 82 42 0 27 45 11 1A 3F 37
Octal 324 202 102 0 47 105 21 32 77 67
Binary 11010100 10000010 1000010 0 100111 1000101 10001 11010 111111 110111

Color Harmonies of #D48242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48242

Black with #D48242

Text Example


Text Example

White with #D48242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48242; }

 p { color: rgb(212,130,66); }

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

background-color css

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

 a { background-color: rgb(212,130,66); }

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

border-color css

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

 span { border-color: rgb(212,130,66); }

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