Html Css Color HEX #D38142 Raw Sienna

📋 copy color: '#D38142'

red 211 ◦ green 129 ◦ blue 66

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

Shades of Raw Sienna #D38142

Tints of Raw Sienna #D38142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.77%

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

R = 51.97%
G = 31.77%
B = 16.26%

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

#D38142 (or 0xD38142) is known color: Raw Sienna. HEX triplet: D3, 81 and 42. RGB value is (211,129,66). Sum of RGB (Red+Green+Blue) = 211+129+66=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D38142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38142 is #2C7EBD. Grayscale: #929292. Windows color (decimal): -2916030 or 4358611. OLE color: 4358611.

HSL color Cylindrical-coordinate representation of color #D38142: hue angle of 26.07º 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 #D38142 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 66 -
CMYK 0 0.39 0.69 0.17
HSL 26.07º 0.62% 0.54% -
HSV(B) 26.07º 0.69% 0.83% -
XYZ 35.7 29.94 9.05 -
YUV 146.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 211 129 66 0 0.39 0.69 0.17 26.07 0.62 0.54
Hex D3 81 42 0 27 45 11 1A 3E 36
Octal 323 201 102 0 47 105 21 32 76 66
Binary 11010011 10000001 1000010 0 100111 1000101 10001 11010 111110 110110

Color Harmonies of #D38142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38142

Black with #D38142

Text Example


Text Example

White with #D38142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38142; }

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

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

background-color css

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

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

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

border-color css

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

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

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