Html Css Color HEX #D68068 Burning Sand

📋 copy color: '#D68068'

red 214 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #D68068

Tints of Burning Sand #D68068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 47.98%
G = 28.7%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68068 (or 0xD68068) is known color: Burning Sand. HEX triplet: D6, 80 and 68. RGB value is (214,128,104). Sum of RGB (Red+Green+Blue) = 214+128+104=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D68068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68068 is #297F97. Grayscale: #979797. Windows color (decimal): -2719640 or 6848726. OLE color: 6848726.

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

Color convert

RGB 214 128 104 -
CMYK 0 0.40 0.51 0.16
HSL 13.09º 0.57% 0.62% -
HSV(B) 13.09º 0.51% 0.84% -
XYZ 37.95 30.73 17.03 -
YUV 150.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 214 128 104 0 0.40 0.51 0.16 13.09 0.57 0.62
Hex D6 80 68 0 28 33 10 D 39 3E
Octal 326 200 150 0 50 63 20 15 71 76
Binary 11010110 10000000 1101000 0 101000 110011 10000 1101 111001 111110

Color Harmonies of #D68068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68068

Black with #D68068

Text Example


Text Example

White with #D68068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68068; }

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

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

background-color css

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

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

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

border-color css

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

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

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