Html Css Color HEX #D78255 Burning Sand

📋 copy color: '#D78255'

red 215 ◦ green 130 ◦ blue 85

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

Shades of Burning Sand #D78255

Tints of Burning Sand #D78255

RGB

 RED value IS 215 (84.38% from 255) = 50%

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

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

R = 50%
G = 30.23%
B = 19.77%

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

#D78255 (or 0xD78255) is known color: Burning Sand. HEX triplet: D7, 82 and 55. RGB value is (215,130,85). Sum of RGB (Red+Green+Blue) = 215+130+85=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D78255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78255 is #287DAA. Grayscale: #969696. Windows color (decimal): -2653611 or 5604055. OLE color: 5604055.

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

Color convert

RGB 215 130 85 -
CMYK 0 0.40 0.60 0.16
HSL 20.77º 0.62% 0.59% -
HSV(B) 20.77º 0.6% 0.84% -
XYZ 37.65 31.07 12.61 -
YUV 150.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 215 130 85 0 0.40 0.60 0.16 20.77 0.62 0.59
Hex D7 82 55 0 28 3C 10 15 3E 3B
Octal 327 202 125 0 50 74 20 25 76 73
Binary 11010111 10000010 1010101 0 101000 111100 10000 10101 111110 111011

Color Harmonies of #D78255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78255

Black with #D78255

Text Example


Text Example

White with #D78255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78255; }

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

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

background-color css

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

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

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

border-color css

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

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

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