Html Css Color HEX #D68069 Burning Sand

📋 copy color: '#D68069'

red 214 ◦ green 128 ◦ blue 105

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

Shades of Burning Sand #D68069

Tints of Burning Sand #D68069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.49%

R = 47.87%
G = 28.64%
B = 23.49%

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

#D68069 (or 0xD68069) is known color: Burning Sand. HEX triplet: D6, 80 and 69. RGB value is (214,128,105). Sum of RGB (Red+Green+Blue) = 214+128+105=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68069 is #297F96. Grayscale: #979797. Windows color (decimal): -2719639 or 6914262. OLE color: 6914262.

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

Color convert

RGB 214 128 105 -
CMYK 0 0.40 0.51 0.16
HSL 12.66º 0.57% 0.63% -
HSV(B) 12.66º 0.51% 0.84% -
XYZ 38 30.75 17.3 -
YUV 151.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 214 128 105 0 0.40 0.51 0.16 12.66 0.57 0.63
Hex D6 80 69 0 28 33 10 D 39 3F
Octal 326 200 151 0 50 63 20 15 71 77
Binary 11010110 10000000 1101001 0 101000 110011 10000 1101 111001 111111

Color Harmonies of #D68069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68069

Black with #D68069

Text Example


Text Example

White with #D68069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68069; }

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

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

background-color css

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

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

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

border-color css

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

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

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