Html Css Color HEX #D68364 Burning Sand

📋 copy color: '#D68364'

red 214 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #D68364

Tints of Burning Sand #D68364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 48.09%
G = 29.44%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68364 (or 0xD68364) is known color: Burning Sand. HEX triplet: D6, 83 and 64. RGB value is (214,131,100). Sum of RGB (Red+Green+Blue) = 214+131+100=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68364 is #297C9B. Grayscale: #989898. Windows color (decimal): -2718876 or 6587350. OLE color: 6587350.

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

Color convert

RGB 214 131 100 -
CMYK 0 0.39 0.53 0.16
HSL 16.32º 0.58% 0.62% -
HSV(B) 16.32º 0.53% 0.84% -
XYZ 38.15 31.45 16.12 -
YUV 152.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 214 131 100 0 0.39 0.53 0.16 16.32 0.58 0.62
Hex D6 83 64 0 27 35 10 10 3A 3E
Octal 326 203 144 0 47 65 20 20 72 76
Binary 11010110 10000011 1100100 0 100111 110101 10000 10000 111010 111110

Color Harmonies of #D68364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68364

Black with #D68364

Text Example


Text Example

White with #D68364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68364; }

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

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

background-color css

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

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

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

border-color css

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

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

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