Html Css Color HEX #D38242 Raw Sienna

📋 copy color: '#D38242'

red 211 ◦ green 130 ◦ blue 66

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

Shades of Raw Sienna #D38242

Tints of Raw Sienna #D38242

RGB

 RED value IS 211 (82.81% from 255) = 51.84%

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

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

R = 51.84%
G = 31.94%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D38242 (or 0xD38242) is known color: Raw Sienna. HEX triplet: D3, 82 and 42. RGB value is (211,130,66). Sum of RGB (Red+Green+Blue) = 211+130+66=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D38242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38242 is #2C7DBD. Grayscale: #939393. Windows color (decimal): -2915774 or 4358867. OLE color: 4358867.

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

Color convert

RGB 211 130 66 -
CMYK 0 0.38 0.69 0.17
HSL 26.48º 0.62% 0.54% -
HSV(B) 26.48º 0.69% 0.83% -
XYZ 35.83 30.21 9.1 -
YUV 146.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 211 130 66 0 0.38 0.69 0.17 26.48 0.62 0.54
Hex D3 82 42 0 26 45 11 1A 3E 36
Octal 323 202 102 0 46 105 21 32 76 66
Binary 11010011 10000010 1000010 0 100110 1000101 10001 11010 111110 110110

Color Harmonies of #D38242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38242

Black with #D38242

Text Example


Text Example

White with #D38242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38242; }

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

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

background-color css

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

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

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

border-color css

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

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

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