Html Css Color HEX #D68265 Burning Sand

📋 copy color: '#D68265'

red 214 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #D68265

Tints of Burning Sand #D68265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 48.09%
G = 29.21%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68265 (or 0xD68265) is known color: Burning Sand. HEX triplet: D6, 82 and 65. RGB value is (214,130,101). Sum of RGB (Red+Green+Blue) = 214+130+101=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68265 is #297D9A. Grayscale: #989898. Windows color (decimal): -2719131 or 6652630. OLE color: 6652630.

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

Color convert

RGB 214 130 101 -
CMYK 0 0.39 0.53 0.16
HSL 15.4º 0.58% 0.62% -
HSV(B) 15.4º 0.53% 0.84% -
XYZ 38.06 31.2 16.33 -
YUV 151.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 214 130 101 0 0.39 0.53 0.16 15.4 0.58 0.62
Hex D6 82 65 0 27 35 10 F 3A 3E
Octal 326 202 145 0 47 65 20 17 72 76
Binary 11010110 10000010 1100101 0 100111 110101 10000 1111 111010 111110

Color Harmonies of #D68265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68265

Black with #D68265

Text Example


Text Example

White with #D68265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68265; }

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

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

background-color css

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

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

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

border-color css

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

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

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