Html Css Color HEX #D67D68 Burning Sand

📋 copy color: '#D67D68'

red 214 ◦ green 125 ◦ blue 104

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

Shades of Burning Sand #D67D68

Tints of Burning Sand #D67D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.22%

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

R = 48.31%
G = 28.22%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D67D68 (or 0xD67D68) is known color: Burning Sand. HEX triplet: D6, 7D and 68. RGB value is (214,125,104). Sum of RGB (Red+Green+Blue) = 214+125+104=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D68 is #298297. Grayscale: #959595. Windows color (decimal): -2720408 or 6847958. OLE color: 6847958.

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

Color convert

RGB 214 125 104 -
CMYK 0 0.42 0.51 0.16
HSL 11.45º 0.57% 0.62% -
HSV(B) 11.45º 0.51% 0.84% -
XYZ 37.56 29.96 16.9 -
YUV 149.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 214 125 104 0 0.42 0.51 0.16 11.45 0.57 0.62
Hex D6 7D 68 0 2A 33 10 B 39 3E
Octal 326 175 150 0 52 63 20 13 71 76
Binary 11010110 1111101 1101000 0 101010 110011 10000 1011 111001 111110

Color Harmonies of #D67D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D68

Black with #D67D68

Text Example


Text Example

White with #D67D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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