Html Css Color HEX #D68456 Burning Sand

📋 copy color: '#D68456'

red 214 ◦ green 132 ◦ blue 86

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

Shades of Burning Sand #D68456

Tints of Burning Sand #D68456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

 BLUE value IS 86 (33.98% from 255) = 19.91%

R = 49.54%
G = 30.56%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D68456 (or 0xD68456) is known color: Burning Sand. HEX triplet: D6, 84 and 56. RGB value is (214,132,86). Sum of RGB (Red+Green+Blue) = 214+132+86=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D68456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68456 is #297BA9. Grayscale: #979797. Windows color (decimal): -2718634 or 5670102. OLE color: 5670102.

HSL color Cylindrical-coordinate representation of color #D68456: hue angle of 21.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D68456 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 132 86 -
CMYK 0 0.38 0.60 0.16
HSL 21.56º 0.61% 0.59% -
HSV(B) 21.56º 0.6% 0.84% -
XYZ 37.66 31.47 12.89 -
YUV 151.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 214 132 86 0 0.38 0.60 0.16 21.56 0.61 0.59
Hex D6 84 56 0 26 3C 10 16 3D 3B
Octal 326 204 126 0 46 74 20 26 75 73
Binary 11010110 10000100 1010110 0 100110 111100 10000 10110 111101 111011

Color Harmonies of #D68456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68456

Black with #D68456

Text Example


Text Example

White with #D68456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68456; }

 p { color: rgb(214,132,86); }

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

background-color css

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

 a { background-color: rgb(214,132,86); }

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

border-color css

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

 span { border-color: rgb(214,132,86); }

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