Html Css Color HEX #D68663 Burning Sand

📋 copy color: '#D68663'

red 214 ◦ green 134 ◦ blue 99

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

Shades of Burning Sand #D68663

Tints of Burning Sand #D68663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.98%

 BLUE value IS 99 (39.06% from 255) = 22.15%

R = 47.87%
G = 29.98%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68663 (or 0xD68663) is known color: Burning Sand. HEX triplet: D6, 86 and 63. RGB value is (214,134,99). Sum of RGB (Red+Green+Blue) = 214+134+99=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68663 is #29799C. Grayscale: #9A9A9A. Windows color (decimal): -2718109 or 6522582. OLE color: 6522582.

HSL color Cylindrical-coordinate representation of color #D68663: hue angle of 18.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68663 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 134 99 -
CMYK 0 0.37 0.54 0.16
HSL 18.26º 0.58% 0.61% -
HSV(B) 18.26º 0.54% 0.84% -
XYZ 38.51 32.25 16 -
YUV 153.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 214 134 99 0 0.37 0.54 0.16 18.26 0.58 0.61
Hex D6 86 63 0 25 36 10 12 3A 3D
Octal 326 206 143 0 45 66 20 22 72 75
Binary 11010110 10000110 1100011 0 100101 110110 10000 10010 111010 111101

Color Harmonies of #D68663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68663

Black with #D68663

Text Example


Text Example

White with #D68663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68663; }

 p { color: rgb(214,134,99); }

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

background-color css

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

 a { background-color: rgb(214,134,99); }

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

border-color css

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

 span { border-color: rgb(214,134,99); }

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