Html Css Color HEX #D58665 Burning Sand

📋 copy color: '#D58665'

red 213 ◦ green 134 ◦ blue 101

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

Shades of Burning Sand #D58665

Tints of Burning Sand #D58665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

 BLUE value IS 101 (39.84% from 255) = 22.54%

R = 47.54%
G = 29.91%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D58665 (or 0xD58665) is known color: Burning Sand. HEX triplet: D5, 86 and 65. RGB value is (213,134,101). Sum of RGB (Red+Green+Blue) = 213+134+101=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58665 is #2A799A. Grayscale: #9A9A9A. Windows color (decimal): -2783643 or 6653653. OLE color: 6653653.

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

Color convert

RGB 213 134 101 -
CMYK 0 0.37 0.53 0.16
HSL 17.68º 0.57% 0.62% -
HSV(B) 17.68º 0.53% 0.84% -
XYZ 38.31 32.14 16.5 -
YUV 153.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 213 134 101 0 0.37 0.53 0.16 17.68 0.57 0.62
Hex D5 86 65 0 25 35 10 12 39 3E
Octal 325 206 145 0 45 65 20 22 71 76
Binary 11010101 10000110 1100101 0 100101 110101 10000 10010 111001 111110

Color Harmonies of #D58665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58665

Black with #D58665

Text Example


Text Example

White with #D58665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58665; }

 p { color: rgb(213,134,101); }

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

background-color css

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

 a { background-color: rgb(213,134,101); }

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

border-color css

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

 span { border-color: rgb(213,134,101); }

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