Html Css Color HEX #D68463 Burning Sand

📋 copy color: '#D68463'

red 214 ◦ green 132 ◦ blue 99

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

Shades of Burning Sand #D68463

Tints of Burning Sand #D68463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

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

R = 48.09%
G = 29.66%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68463 (or 0xD68463) is known color: Burning Sand. HEX triplet: D6, 84 and 63. RGB value is (214,132,99). Sum of RGB (Red+Green+Blue) = 214+132+99=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68463 is #297B9C. Grayscale: #989898. Windows color (decimal): -2718621 or 6522070. OLE color: 6522070.

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

Color convert

RGB 214 132 99 -
CMYK 0 0.38 0.54 0.16
HSL 17.22º 0.58% 0.61% -
HSV(B) 17.22º 0.54% 0.84% -
XYZ 38.23 31.7 15.91 -
YUV 152.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 214 132 99 0 0.38 0.54 0.16 17.22 0.58 0.61
Hex D6 84 63 0 26 36 10 11 3A 3D
Octal 326 204 143 0 46 66 20 21 72 75
Binary 11010110 10000100 1100011 0 100110 110110 10000 10001 111010 111101

Color Harmonies of #D68463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68463

Black with #D68463

Text Example


Text Example

White with #D68463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68463; }

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

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

background-color css

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

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

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

border-color css

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

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

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