Html Css Color HEX #D68055 Burning Sand

📋 copy color: '#D68055'

red 214 ◦ green 128 ◦ blue 85

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

Shades of Burning Sand #D68055

Tints of Burning Sand #D68055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.98%

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

R = 50.12%
G = 29.98%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D68055 (or 0xD68055) is known color: Burning Sand. HEX triplet: D6, 80 and 55. RGB value is (214,128,85). Sum of RGB (Red+Green+Blue) = 214+128+85=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D68055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68055 is #297FAA. Grayscale: #959595. Windows color (decimal): -2719659 or 5603542. OLE color: 5603542.

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

Color convert

RGB 214 128 85 -
CMYK 0 0.40 0.60 0.16
HSL 20º 0.61% 0.59% -
HSV(B) 20º 0.6% 0.84% -
XYZ 37.09 30.39 12.51 -
YUV 148.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 214 128 85 0 0.40 0.60 0.16 20 0.61 0.59
Hex D6 80 55 0 28 3C 10 14 3D 3B
Octal 326 200 125 0 50 74 20 24 75 73
Binary 11010110 10000000 1010101 0 101000 111100 10000 10100 111101 111011

Color Harmonies of #D68055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68055

Black with #D68055

Text Example


Text Example

White with #D68055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68055; }

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

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

background-color css

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

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

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

border-color css

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

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

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