Html Css Color HEX #D27C6A Burning Sand

📋 copy color: '#D27C6A'

red 210 ◦ green 124 ◦ blue 106

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

Shades of Burning Sand #D27C6A

Tints of Burning Sand #D27C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 47.73%
G = 28.18%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D27C6A (or 0xD27C6A) is known color: Burning Sand. HEX triplet: D2, 7C and 6A. RGB value is (210,124,106). Sum of RGB (Red+Green+Blue) = 210+124+106=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C6A is #2D8395. Grayscale: #939393. Windows color (decimal): -2982806 or 6978770. OLE color: 6978770.

HSL color Cylindrical-coordinate representation of color #D27C6A: hue angle of 10.38º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27C6A is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 106 -
CMYK 0 0.41 0.50 0.18
HSL 10.38º 0.54% 0.62% -
HSV(B) 10.38º 0.5% 0.82% -
XYZ 36.39 29.16 17.35 -
YUV 147.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 210 124 106 0 0.41 0.50 0.18 10.38 0.54 0.62
Hex D2 7C 6A 0 29 32 12 A 36 3E
Octal 322 174 152 0 51 62 22 12 66 76
Binary 11010010 1111100 1101010 0 101001 110010 10010 1010 110110 111110

Color Harmonies of #D27C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C6A

Black with #D27C6A

Text Example


Text Example

White with #D27C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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