Html Css Color HEX #D97C67 Burning Sand

📋 copy color: '#D97C67'

red 217 ◦ green 124 ◦ blue 103

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

Shades of Burning Sand #D97C67

Tints of Burning Sand #D97C67

RGB

 RED value IS 217 (85.16% from 255) = 48.87%

 GREEN value IS 124 (48.83% from 255) = 27.93%

 BLUE value IS 103 (40.63% from 255) = 23.2%

R = 48.87%
G = 27.93%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D97C67 (or 0xD97C67) is known color: Burning Sand. HEX triplet: D9, 7C and 67. RGB value is (217,124,103). Sum of RGB (Red+Green+Blue) = 217+124+103=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97C67 is #268398. Grayscale: #959595. Windows color (decimal): -2524057 or 6782169. OLE color: 6782169.

HSL color Cylindrical-coordinate representation of color #D97C67: hue angle of 11.05º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D97C67 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 124 103 -
CMYK 0 0.43 0.53 0.15
HSL 11.05º 0.6% 0.63% -
HSV(B) 11.05º 0.53% 0.85% -
XYZ 38.27 30.15 16.63 -
YUV 149.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 217 124 103 0 0.43 0.53 0.15 11.05 0.6 0.63
Hex D9 7C 67 0 2B 35 F B 3C 3F
Octal 331 174 147 0 53 65 17 13 74 77
Binary 11011001 1111100 1100111 0 101011 110101 1111 1011 111100 111111

Color Harmonies of #D97C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97C67

Black with #D97C67

Text Example


Text Example

White with #D97C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97C67; }

 p { color: rgb(217,124,103); }

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

background-color css

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

 a { background-color: rgb(217,124,103); }

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

border-color css

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

 span { border-color: rgb(217,124,103); }

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