Html Css Color HEX #D97F68 Burning Sand

📋 copy color: '#D97F68'

red 217 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #D97F68

Tints of Burning Sand #D97F68

RGB

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

 GREEN value IS 127 (50% from 255) = 28.35%

 BLUE value IS 104 (41.02% from 255) = 23.21%

R = 48.44%
G = 28.35%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D97F68 (or 0xD97F68) is known color: Burning Sand. HEX triplet: D9, 7F and 68. RGB value is (217,127,104). Sum of RGB (Red+Green+Blue) = 217+127+104=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D97F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97F68 is #268097. Grayscale: #979797. Windows color (decimal): -2523288 or 6848473. OLE color: 6848473.

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

Color convert

RGB 217 127 104 -
CMYK 0 0.41 0.52 0.15
HSL 12.21º 0.6% 0.63% -
HSV(B) 12.21º 0.52% 0.85% -
XYZ 38.7 30.93 17.03 -
YUV 151.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 217 127 104 0 0.41 0.52 0.15 12.21 0.6 0.63
Hex D9 7F 68 0 29 34 F C 3C 3F
Octal 331 177 150 0 51 64 17 14 74 77
Binary 11011001 1111111 1101000 0 101001 110100 1111 1100 111100 111111

Color Harmonies of #D97F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97F68

Black with #D97F68

Text Example


Text Example

White with #D97F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97F68; }

 p { color: rgb(217,127,104); }

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

background-color css

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

 a { background-color: rgb(217,127,104); }

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

border-color css

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

 span { border-color: rgb(217,127,104); }

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