Html Css Color HEX #D37D65 Burning Sand

📋 copy color: '#D37D65'

red 211 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #D37D65

Tints of Burning Sand #D37D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.6%

 BLUE value IS 101 (39.84% from 255) = 23.11%

R = 48.28%
G = 28.6%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D37D65 (or 0xD37D65) is known color: Burning Sand. HEX triplet: D3, 7D and 65. RGB value is (211,125,101). Sum of RGB (Red+Green+Blue) = 211+125+101=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37D65 is #2C829A. Grayscale: #949494. Windows color (decimal): -2917019 or 6651347. OLE color: 6651347.

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

Color convert

RGB 211 125 101 -
CMYK 0 0.41 0.52 0.17
HSL 13.09º 0.56% 0.61% -
HSV(B) 13.09º 0.52% 0.83% -
XYZ 36.55 29.46 16.07 -
YUV 147.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 211 125 101 0 0.41 0.52 0.17 13.09 0.56 0.61
Hex D3 7D 65 0 29 34 11 D 38 3D
Octal 323 175 145 0 51 64 21 15 70 75
Binary 11010011 1111101 1100101 0 101001 110100 10001 1101 111000 111101

Color Harmonies of #D37D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37D65

Black with #D37D65

Text Example


Text Example

White with #D37D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37D65; }

 p { color: rgb(211,125,101); }

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

background-color css

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

 a { background-color: rgb(211,125,101); }

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

border-color css

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

 span { border-color: rgb(211,125,101); }

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