Html Css Color HEX #D38162 Burning Sand

📋 copy color: '#D38162'

red 211 ◦ green 129 ◦ blue 98

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

Shades of Burning Sand #D38162

Tints of Burning Sand #D38162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.37%

R = 48.17%
G = 29.45%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D38162 (or 0xD38162) is known color: Burning Sand. HEX triplet: D3, 81 and 62. RGB value is (211,129,98). Sum of RGB (Red+Green+Blue) = 211+129+98=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D38162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38162 is #2C7E9D. Grayscale: #969696. Windows color (decimal): -2915998 or 6455763. OLE color: 6455763.

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

Color convert

RGB 211 129 98 -
CMYK 0 0.39 0.54 0.17
HSL 16.46º 0.56% 0.61% -
HSV(B) 16.46º 0.54% 0.83% -
XYZ 36.92 30.43 15.48 -
YUV 149.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 211 129 98 0 0.39 0.54 0.17 16.46 0.56 0.61
Hex D3 81 62 0 27 36 11 10 38 3D
Octal 323 201 142 0 47 66 21 20 70 75
Binary 11010011 10000001 1100010 0 100111 110110 10001 10000 111000 111101

Color Harmonies of #D38162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38162

Black with #D38162

Text Example


Text Example

White with #D38162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38162; }

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

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

background-color css

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

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

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

border-color css

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

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

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