Html Css Color HEX #D68565 Burning Sand

📋 copy color: '#D68565'

red 214 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #D68565

Tints of Burning Sand #D68565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

 BLUE value IS 101 (39.84% from 255) = 22.54%

R = 47.77%
G = 29.69%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68565 (or 0xD68565) is known color: Burning Sand. HEX triplet: D6, 85 and 65. RGB value is (214,133,101). Sum of RGB (Red+Green+Blue) = 214+133+101=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68565 is #297A9A. Grayscale: #999999. Windows color (decimal): -2718363 or 6653398. OLE color: 6653398.

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

Color convert

RGB 214 133 101 -
CMYK 0 0.38 0.53 0.16
HSL 16.99º 0.58% 0.62% -
HSV(B) 16.99º 0.53% 0.84% -
XYZ 38.47 32.01 16.46 -
YUV 153.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 214 133 101 0 0.38 0.53 0.16 16.99 0.58 0.62
Hex D6 85 65 0 26 35 10 11 3A 3E
Octal 326 205 145 0 46 65 20 21 72 76
Binary 11010110 10000101 1100101 0 100110 110101 10000 10001 111010 111110

Color Harmonies of #D68565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68565

Black with #D68565

Text Example


Text Example

White with #D68565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68565; }

 p { color: rgb(214,133,101); }

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

background-color css

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

 a { background-color: rgb(214,133,101); }

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

border-color css

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

 span { border-color: rgb(214,133,101); }

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