Html Css Color HEX #D68355 Burning Sand

📋 copy color: '#D68355'

red 214 ◦ green 131 ◦ blue 85

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

Shades of Burning Sand #D68355

Tints of Burning Sand #D68355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.77%

R = 49.77%
G = 30.47%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D68355 (or 0xD68355) is known color: Burning Sand. HEX triplet: D6, 83 and 55. RGB value is (214,131,85). Sum of RGB (Red+Green+Blue) = 214+131+85=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D68355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68355 is #297CAA. Grayscale: #969696. Windows color (decimal): -2718891 or 5604310. OLE color: 5604310.

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

Color convert

RGB 214 131 85 -
CMYK 0 0.39 0.60 0.16
HSL 21.4º 0.61% 0.59% -
HSV(B) 21.4º 0.6% 0.84% -
XYZ 37.49 31.18 12.64 -
YUV 150.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 214 131 85 0 0.39 0.60 0.16 21.4 0.61 0.59
Hex D6 83 55 0 27 3C 10 15 3D 3B
Octal 326 203 125 0 47 74 20 25 75 73
Binary 11010110 10000011 1010101 0 100111 111100 10000 10101 111101 111011

Color Harmonies of #D68355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68355

Black with #D68355

Text Example


Text Example

White with #D68355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68355; }

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

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

background-color css

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

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

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

border-color css

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

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

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