Html Css Color HEX #D27C5C Burning Sand

📋 copy color: '#D27C5C'

red 210 ◦ green 124 ◦ blue 92

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

Shades of Burning Sand #D27C5C

Tints of Burning Sand #D27C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 49.3%
G = 29.11%
B = 21.6%

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

#D27C5C (or 0xD27C5C) is known color: Burning Sand. HEX triplet: D2, 7C and 5C. RGB value is (210,124,92). Sum of RGB (Red+Green+Blue) = 210+124+92=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C5C is #2D83A3. Grayscale: #929292. Windows color (decimal): -2982820 or 6061266. OLE color: 6061266.

HSL color Cylindrical-coordinate representation of color #D27C5C: hue angle of 16.27º 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 #D27C5C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 92 -
CMYK 0 0.41 0.56 0.18
HSL 16.27º 0.57% 0.59% -
HSV(B) 16.27º 0.56% 0.82% -
XYZ 35.72 28.89 13.82 -
YUV 146.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 210 124 92 0 0.41 0.56 0.18 16.27 0.57 0.59
Hex D2 7C 5C 0 29 38 12 10 39 3B
Octal 322 174 134 0 51 70 22 20 71 73
Binary 11010010 1111100 1011100 0 101001 111000 10010 10000 111001 111011

Color Harmonies of #D27C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C5C

Black with #D27C5C

Text Example


Text Example

White with #D27C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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