Html Css Color HEX #D68368 Burning Sand

📋 copy color: '#D68368'

red 214 ◦ green 131 ◦ blue 104

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

Shades of Burning Sand #D68368

Tints of Burning Sand #D68368

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

 GREEN value IS 131 (51.56% from 255) = 29.18%

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

R = 47.66%
G = 29.18%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68368 (or 0xD68368) is known color: Burning Sand. HEX triplet: D6, 83 and 68. RGB value is (214,131,104). Sum of RGB (Red+Green+Blue) = 214+131+104=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68368 is #297C97. Grayscale: #989898. Windows color (decimal): -2718872 or 6849494. OLE color: 6849494.

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

Color convert

RGB 214 131 104 -
CMYK 0 0.39 0.51 0.16
HSL 14.73º 0.57% 0.62% -
HSV(B) 14.73º 0.51% 0.84% -
XYZ 38.35 31.53 17.16 -
YUV 152.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 214 131 104 0 0.39 0.51 0.16 14.73 0.57 0.62
Hex D6 83 68 0 27 33 10 F 39 3E
Octal 326 203 150 0 47 63 20 17 71 76
Binary 11010110 10000011 1101000 0 100111 110011 10000 1111 111001 111110

Color Harmonies of #D68368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68368

Black with #D68368

Text Example


Text Example

White with #D68368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68368; }

 p { color: rgb(214,131,104); }

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

background-color css

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

 a { background-color: rgb(214,131,104); }

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

border-color css

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

 span { border-color: rgb(214,131,104); }

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