Html Css Color HEX #D38150 Raw Sienna

📋 copy color: '#D38150'

red 211 ◦ green 129 ◦ blue 80

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

Shades of Raw Sienna #D38150

Tints of Raw Sienna #D38150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.05%

R = 50.24%
G = 30.71%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D38150 (or 0xD38150) is known color: Raw Sienna. HEX triplet: D3, 81 and 50. RGB value is (211,129,80). Sum of RGB (Red+Green+Blue) = 211+129+80=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D38150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38150 is #2C7EAF. Grayscale: #949494. Windows color (decimal): -2916016 or 5276115. OLE color: 5276115.

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

Color convert

RGB 211 129 80 -
CMYK 0 0.39 0.62 0.17
HSL 22.44º 0.6% 0.57% -
HSV(B) 22.44º 0.62% 0.83% -
XYZ 36.16 30.13 11.5 -
YUV 147.93 89.67 172.98 -
System Red Green Blue C M Y K H S L
Decimal 211 129 80 0 0.39 0.62 0.17 22.44 0.6 0.57
Hex D3 81 50 0 27 3E 11 16 3C 39
Octal 323 201 120 0 47 76 21 26 74 71
Binary 11010011 10000001 1010000 0 100111 111110 10001 10110 111100 111001

Color Harmonies of #D38150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38150

Black with #D38150

Text Example


Text Example

White with #D38150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38150; }

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

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

background-color css

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

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

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

border-color css

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

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

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