Html Css Color HEX #D27A68 Burning Sand

📋 copy color: '#D27A68'

red 210 ◦ green 122 ◦ blue 104

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

Shades of Burning Sand #D27A68

Tints of Burning Sand #D27A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.98%

 BLUE value IS 104 (41.02% from 255) = 23.85%

R = 48.17%
G = 27.98%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D27A68 (or 0xD27A68) is known color: Burning Sand. HEX triplet: D2, 7A and 68. RGB value is (210,122,104). Sum of RGB (Red+Green+Blue) = 210+122+104=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A68 is #2D8597. Grayscale: #929292. Windows color (decimal): -2983320 or 6847186. OLE color: 6847186.

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

Color convert

RGB 210 122 104 -
CMYK 0 0.42 0.50 0.18
HSL 10.19º 0.54% 0.62% -
HSV(B) 10.19º 0.5% 0.82% -
XYZ 36.04 28.62 16.72 -
YUV 146.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 210 122 104 0 0.42 0.50 0.18 10.19 0.54 0.62
Hex D2 7A 68 0 2A 32 12 A 36 3E
Octal 322 172 150 0 52 62 22 12 66 76
Binary 11010010 1111010 1101000 0 101010 110010 10010 1010 110110 111110

Color Harmonies of #D27A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A68

Black with #D27A68

Text Example


Text Example

White with #D27A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A68; }

 p { color: rgb(210,122,104); }

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

background-color css

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

 a { background-color: rgb(210,122,104); }

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

border-color css

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

 span { border-color: rgb(210,122,104); }

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