Html Css Color HEX #D27C5D Burning Sand

📋 copy color: '#D27C5D'

red 210 ◦ green 124 ◦ blue 93

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

Shades of Burning Sand #D27C5D

Tints of Burning Sand #D27C5D

RGB

 RED value IS 210 (82.42% from 255) = 49.18%

 GREEN value IS 124 (48.83% from 255) = 29.04%

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 49.18%
G = 29.04%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D27C5D (or 0xD27C5D) is known color: Burning Sand. HEX triplet: D2, 7C and 5D. RGB value is (210,124,93). Sum of RGB (Red+Green+Blue) = 210+124+93=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C5D is #2D83A2. Grayscale: #929292. Windows color (decimal): -2982819 or 6126802. OLE color: 6126802.

HSL color Cylindrical-coordinate representation of color #D27C5D: hue angle of 15.9º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D27C5D is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 93 -
CMYK 0 0.41 0.56 0.18
HSL 15.9º 0.57% 0.59% -
HSV(B) 15.9º 0.56% 0.82% -
XYZ 35.76 28.91 14.05 -
YUV 146.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 210 124 93 0 0.41 0.56 0.18 15.9 0.57 0.59
Hex D2 7C 5D 0 29 38 12 10 39 3B
Octal 322 174 135 0 51 70 22 20 71 73
Binary 11010010 1111100 1011101 0 101001 111000 10010 10000 111001 111011

Color Harmonies of #D27C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C5D

Black with #D27C5D

Text Example


Text Example

White with #D27C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C5D; }

 p { color: rgb(210,124,93); }

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

background-color css

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

 a { background-color: rgb(210,124,93); }

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

border-color css

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

 span { border-color: rgb(210,124,93); }

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