Html Css Color HEX #D68061 Burning Sand

📋 copy color: '#D68061'

red 214 ◦ green 128 ◦ blue 97

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

Shades of Burning Sand #D68061

Tints of Burning Sand #D68061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 48.75%
G = 29.16%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D68061 (or 0xD68061) is known color: Burning Sand. HEX triplet: D6, 80 and 61. RGB value is (214,128,97). Sum of RGB (Red+Green+Blue) = 214+128+97=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D68061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68061 is #297F9E. Grayscale: #969696. Windows color (decimal): -2719647 or 6389974. OLE color: 6389974.

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

Color convert

RGB 214 128 97 -
CMYK 0 0.40 0.55 0.16
HSL 15.9º 0.59% 0.61% -
HSV(B) 15.9º 0.55% 0.84% -
XYZ 37.61 30.6 15.23 -
YUV 150.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 214 128 97 0 0.40 0.55 0.16 15.9 0.59 0.61
Hex D6 80 61 0 28 37 10 10 3B 3D
Octal 326 200 141 0 50 67 20 20 73 75
Binary 11010110 10000000 1100001 0 101000 110111 10000 10000 111011 111101

Color Harmonies of #D68061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68061

Black with #D68061

Text Example


Text Example

White with #D68061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68061; }

 p { color: rgb(214,128,97); }

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

background-color css

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

 a { background-color: rgb(214,128,97); }

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

border-color css

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

 span { border-color: rgb(214,128,97); }

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