Html Css Color HEX #D68155 Burning Sand

📋 copy color: '#D68155'

red 214 ◦ green 129 ◦ blue 85

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

Shades of Burning Sand #D68155

Tints of Burning Sand #D68155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.14%

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

R = 50%
G = 30.14%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D68155 (or 0xD68155) is known color: Burning Sand. HEX triplet: D6, 81 and 55. RGB value is (214,129,85). Sum of RGB (Red+Green+Blue) = 214+129+85=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D68155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68155 is #297EAA. Grayscale: #959595. Windows color (decimal): -2719403 or 5603798. OLE color: 5603798.

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

Color convert

RGB 214 129 85 -
CMYK 0 0.40 0.60 0.16
HSL 20.47º 0.61% 0.59% -
HSV(B) 20.47º 0.6% 0.84% -
XYZ 37.22 30.65 12.55 -
YUV 149.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 214 129 85 0 0.40 0.60 0.16 20.47 0.61 0.59
Hex D6 81 55 0 28 3C 10 14 3D 3B
Octal 326 201 125 0 50 74 20 24 75 73
Binary 11010110 10000001 1010101 0 101000 111100 10000 10100 111101 111011

Color Harmonies of #D68155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68155

Black with #D68155

Text Example


Text Example

White with #D68155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68155; }

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

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

background-color css

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

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

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

border-color css

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

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

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