Html Css Color HEX #D68255 Burning Sand

📋 copy color: '#D68255'

red 214 ◦ green 130 ◦ blue 85

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

Shades of Burning Sand #D68255

Tints of Burning Sand #D68255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 49.88%
G = 30.3%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D68255 (or 0xD68255) is known color: Burning Sand. HEX triplet: D6, 82 and 55. RGB value is (214,130,85). Sum of RGB (Red+Green+Blue) = 214+130+85=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D68255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68255 is #297DAA. Grayscale: #969696. Windows color (decimal): -2719147 or 5604054. OLE color: 5604054.

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

Color convert

RGB 214 130 85 -
CMYK 0 0.39 0.60 0.16
HSL 20.93º 0.61% 0.59% -
HSV(B) 20.93º 0.6% 0.84% -
XYZ 37.35 30.92 12.59 -
YUV 149.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 214 130 85 0 0.39 0.60 0.16 20.93 0.61 0.59
Hex D6 82 55 0 27 3C 10 15 3D 3B
Octal 326 202 125 0 47 74 20 25 75 73
Binary 11010110 10000010 1010101 0 100111 111100 10000 10101 111101 111011

Color Harmonies of #D68255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68255

Black with #D68255

Text Example


Text Example

White with #D68255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68255; }

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

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

background-color css

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

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

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

border-color css

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

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

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