Html Css Color HEX #D27C5E Burning Sand

📋 copy color: '#D27C5E'

red 210 ◦ green 124 ◦ blue 94

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

Shades of Burning Sand #D27C5E

Tints of Burning Sand #D27C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 49.07%
G = 28.97%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D27C5E (or 0xD27C5E) is known color: Burning Sand. HEX triplet: D2, 7C and 5E. RGB value is (210,124,94). Sum of RGB (Red+Green+Blue) = 210+124+94=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C5E is #2D83A1. Grayscale: #929292. Windows color (decimal): -2982818 or 6192338. OLE color: 6192338.

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

Color convert

RGB 210 124 94 -
CMYK 0 0.41 0.55 0.18
HSL 15.52º 0.56% 0.6% -
HSV(B) 15.52º 0.55% 0.82% -
XYZ 35.81 28.93 14.29 -
YUV 146.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 210 124 94 0 0.41 0.55 0.18 15.52 0.56 0.6
Hex D2 7C 5E 0 29 37 12 10 38 3C
Octal 322 174 136 0 51 67 22 20 70 74
Binary 11010010 1111100 1011110 0 101001 110111 10010 10000 111000 111100

Color Harmonies of #D27C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C5E

Black with #D27C5E

Text Example


Text Example

White with #D27C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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