Html Css Color HEX #D58069 Burning Sand

📋 copy color: '#D58069'

red 213 ◦ green 128 ◦ blue 105

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

Shades of Burning Sand #D58069

Tints of Burning Sand #D58069

RGB

 RED value IS 213 (83.59% from 255) = 47.76%

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

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 47.76%
G = 28.7%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58069 (or 0xD58069) is known color: Burning Sand. HEX triplet: D5, 80 and 69. RGB value is (213,128,105). Sum of RGB (Red+Green+Blue) = 213+128+105=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58069 is #2A7F96. Grayscale: #969696. Windows color (decimal): -2785175 or 6914261. OLE color: 6914261.

HSL color Cylindrical-coordinate representation of color #D58069: hue angle of 12.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D58069 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 105 -
CMYK 0 0.40 0.51 0.16
HSL 12.78º 0.56% 0.62% -
HSV(B) 12.78º 0.51% 0.84% -
XYZ 37.71 30.6 17.28 -
YUV 150.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 213 128 105 0 0.40 0.51 0.16 12.78 0.56 0.62
Hex D5 80 69 0 28 33 10 D 38 3E
Octal 325 200 151 0 50 63 20 15 70 76
Binary 11010101 10000000 1101001 0 101000 110011 10000 1101 111000 111110

Color Harmonies of #D58069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58069

Black with #D58069

Text Example


Text Example

White with #D58069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58069; }

 p { color: rgb(213,128,105); }

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

background-color css

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

 a { background-color: rgb(213,128,105); }

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

border-color css

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

 span { border-color: rgb(213,128,105); }

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