Html Css Color HEX #D68156 Burning Sand

📋 copy color: '#D68156'

red 214 ◦ green 129 ◦ blue 86

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

Shades of Burning Sand #D68156

Tints of Burning Sand #D68156

RGB

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

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

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

R = 49.88%
G = 30.07%
B = 20.05%

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

#D68156 (or 0xD68156) is known color: Burning Sand. HEX triplet: D6, 81 and 56. RGB value is (214,129,86). Sum of RGB (Red+Green+Blue) = 214+129+86=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D68156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68156 is #297EA9. Grayscale: #959595. Windows color (decimal): -2719402 or 5669334. OLE color: 5669334.

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

Color convert

RGB 214 129 86 -
CMYK 0 0.40 0.60 0.16
HSL 20.16º 0.61% 0.59% -
HSV(B) 20.16º 0.6% 0.84% -
XYZ 37.26 30.67 12.76 -
YUV 149.51 92.16 174 -
System Red Green Blue C M Y K H S L
Decimal 214 129 86 0 0.40 0.60 0.16 20.16 0.61 0.59
Hex D6 81 56 0 28 3C 10 14 3D 3B
Octal 326 201 126 0 50 74 20 24 75 73
Binary 11010110 10000001 1010110 0 101000 111100 10000 10100 111101 111011

Color Harmonies of #D68156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68156

Black with #D68156

Text Example


Text Example

White with #D68156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68156; }

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

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

background-color css

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

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

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

border-color css

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

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

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