Html Css Color HEX #D58566 Burning Sand

📋 copy color: '#D58566'

red 213 ◦ green 133 ◦ blue 102

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

Shades of Burning Sand #D58566

Tints of Burning Sand #D58566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

 BLUE value IS 102 (40.23% from 255) = 22.77%

R = 47.54%
G = 29.69%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D58566 (or 0xD58566) is known color: Burning Sand. HEX triplet: D5, 85 and 66. RGB value is (213,133,102). Sum of RGB (Red+Green+Blue) = 213+133+102=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58566 is #2A7A99. Grayscale: #999999. Windows color (decimal): -2783898 or 6718933. OLE color: 6718933.

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

Color convert

RGB 213 133 102 -
CMYK 0 0.38 0.52 0.16
HSL 16.76º 0.57% 0.62% -
HSV(B) 16.76º 0.52% 0.84% -
XYZ 38.23 31.88 16.71 -
YUV 153.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 213 133 102 0 0.38 0.52 0.16 16.76 0.57 0.62
Hex D5 85 66 0 26 34 10 11 39 3E
Octal 325 205 146 0 46 64 20 21 71 76
Binary 11010101 10000101 1100110 0 100110 110100 10000 10001 111001 111110

Color Harmonies of #D58566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58566

Black with #D58566

Text Example


Text Example

White with #D58566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58566; }

 p { color: rgb(213,133,102); }

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

background-color css

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

 a { background-color: rgb(213,133,102); }

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

border-color css

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

 span { border-color: rgb(213,133,102); }

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