Html Css Color HEX #D68564 Burning Sand

📋 copy color: '#D68564'

red 214 ◦ green 133 ◦ blue 100

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

Shades of Burning Sand #D68564

Tints of Burning Sand #D68564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 47.87%
G = 29.75%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68564 (or 0xD68564) is known color: Burning Sand. HEX triplet: D6, 85 and 64. RGB value is (214,133,100). Sum of RGB (Red+Green+Blue) = 214+133+100=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68564 is #297A9B. Grayscale: #999999. Windows color (decimal): -2718364 or 6587862. OLE color: 6587862.

HSL color Cylindrical-coordinate representation of color #D68564: hue angle of 17.37º 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 #D68564 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 100 -
CMYK 0 0.38 0.53 0.16
HSL 17.37º 0.58% 0.62% -
HSV(B) 17.37º 0.53% 0.84% -
XYZ 38.42 31.99 16.21 -
YUV 153.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 214 133 100 0 0.38 0.53 0.16 17.37 0.58 0.62
Hex D6 85 64 0 26 35 10 11 3A 3E
Octal 326 205 144 0 46 65 20 21 72 76
Binary 11010110 10000101 1100100 0 100110 110101 10000 10001 111010 111110

Color Harmonies of #D68564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68564

Black with #D68564

Text Example


Text Example

White with #D68564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68564; }

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

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

background-color css

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

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

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

border-color css

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

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

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