Html Css Color HEX #D27D60 Burning Sand

📋 copy color: '#D27D60'

red 210 ◦ green 125 ◦ blue 96

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

Shades of Burning Sand #D27D60

Tints of Burning Sand #D27D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 48.72%
G = 29%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D27D60 (or 0xD27D60) is known color: Burning Sand. HEX triplet: D2, 7D and 60. RGB value is (210,125,96). Sum of RGB (Red+Green+Blue) = 210+125+96=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D60 is #2D829F. Grayscale: #939393. Windows color (decimal): -2982560 or 6323666. OLE color: 6323666.

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

Color convert

RGB 210 125 96 -
CMYK 0 0.40 0.54 0.18
HSL 15.26º 0.56% 0.6% -
HSV(B) 15.26º 0.54% 0.82% -
XYZ 36.02 29.21 14.81 -
YUV 147.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 210 125 96 0 0.40 0.54 0.18 15.26 0.56 0.6
Hex D2 7D 60 0 28 36 12 F 38 3C
Octal 322 175 140 0 50 66 22 17 70 74
Binary 11010010 1111101 1100000 0 101000 110110 10010 1111 111000 111100

Color Harmonies of #D27D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D60

Black with #D27D60

Text Example


Text Example

White with #D27D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D60; }

 p { color: rgb(210,125,96); }

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

background-color css

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

 a { background-color: rgb(210,125,96); }

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

border-color css

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

 span { border-color: rgb(210,125,96); }

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