Html Css Color HEX #D68260 Burning Sand

📋 copy color: '#D68260'

red 214 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #D68260

Tints of Burning Sand #D68260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 48.64%
G = 29.55%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D68260 (or 0xD68260) is known color: Burning Sand. HEX triplet: D6, 82 and 60. RGB value is (214,130,96). Sum of RGB (Red+Green+Blue) = 214+130+96=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D68260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68260 is #297D9F. Grayscale: #979797. Windows color (decimal): -2719136 or 6324950. OLE color: 6324950.

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

Color convert

RGB 214 130 96 -
CMYK 0 0.39 0.55 0.16
HSL 17.29º 0.59% 0.61% -
HSV(B) 17.29º 0.55% 0.84% -
XYZ 37.83 31.11 15.08 -
YUV 151.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 214 130 96 0 0.39 0.55 0.16 17.29 0.59 0.61
Hex D6 82 60 0 27 37 10 11 3B 3D
Octal 326 202 140 0 47 67 20 21 73 75
Binary 11010110 10000010 1100000 0 100111 110111 10000 10001 111011 111101

Color Harmonies of #D68260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68260

Black with #D68260

Text Example


Text Example

White with #D68260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68260; }

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

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

background-color css

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

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

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

border-color css

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

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

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