Html Css Color HEX #D68369 Burning Sand

📋 copy color: '#D68369'

red 214 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #D68369

Tints of Burning Sand #D68369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 47.56%
G = 29.11%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68369 (or 0xD68369) is known color: Burning Sand. HEX triplet: D6, 83 and 69. RGB value is (214,131,105). Sum of RGB (Red+Green+Blue) = 214+131+105=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68369 is #297C96. Grayscale: #999999. Windows color (decimal): -2718871 or 6915030. OLE color: 6915030.

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

Color convert

RGB 214 131 105 -
CMYK 0 0.39 0.51 0.16
HSL 14.31º 0.57% 0.63% -
HSV(B) 14.31º 0.51% 0.84% -
XYZ 38.4 31.55 17.43 -
YUV 152.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 214 131 105 0 0.39 0.51 0.16 14.31 0.57 0.63
Hex D6 83 69 0 27 33 10 E 39 3F
Octal 326 203 151 0 47 63 20 16 71 77
Binary 11010110 10000011 1101001 0 100111 110011 10000 1110 111001 111111

Color Harmonies of #D68369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68369

Black with #D68369

Text Example


Text Example

White with #D68369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68369; }

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

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

background-color css

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

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

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

border-color css

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

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

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