Html Css Color HEX #D67E68 Burning Sand

📋 copy color: '#D67E68'

red 214 ◦ green 126 ◦ blue 104

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

Shades of Burning Sand #D67E68

Tints of Burning Sand #D67E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

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

R = 48.2%
G = 28.38%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D67E68 (or 0xD67E68) is known color: Burning Sand. HEX triplet: D6, 7E and 68. RGB value is (214,126,104). Sum of RGB (Red+Green+Blue) = 214+126+104=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E68 is #298197. Grayscale: #959595. Windows color (decimal): -2720152 or 6848214. OLE color: 6848214.

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

Color convert

RGB 214 126 104 -
CMYK 0 0.41 0.51 0.16
HSL 12º 0.57% 0.62% -
HSV(B) 12º 0.51% 0.84% -
XYZ 37.69 30.22 16.94 -
YUV 149.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 214 126 104 0 0.41 0.51 0.16 12 0.57 0.62
Hex D6 7E 68 0 29 33 10 C 39 3E
Octal 326 176 150 0 51 63 20 14 71 76
Binary 11010110 1111110 1101000 0 101001 110011 10000 1100 111001 111110

Color Harmonies of #D67E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E68

Black with #D67E68

Text Example


Text Example

White with #D67E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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