Html Css Color HEX #D27A66 Burning Sand

📋 copy color: '#D27A66'

red 210 ◦ green 122 ◦ blue 102

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

Shades of Burning Sand #D27A66

Tints of Burning Sand #D27A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.5%

R = 48.39%
G = 28.11%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D27A66 (or 0xD27A66) is known color: Burning Sand. HEX triplet: D2, 7A and 66. RGB value is (210,122,102). Sum of RGB (Red+Green+Blue) = 210+122+102=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A66 is #2D8599. Grayscale: #929292. Windows color (decimal): -2983322 or 6716114. OLE color: 6716114.

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

Color convert

RGB 210 122 102 -
CMYK 0 0.42 0.51 0.18
HSL 11.11º 0.55% 0.61% -
HSV(B) 11.11º 0.51% 0.82% -
XYZ 35.94 28.58 16.19 -
YUV 146.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 210 122 102 0 0.42 0.51 0.18 11.11 0.55 0.61
Hex D2 7A 66 0 2A 33 12 B 37 3D
Octal 322 172 146 0 52 63 22 13 67 75
Binary 11010010 1111010 1100110 0 101010 110011 10010 1011 110111 111101

Color Harmonies of #D27A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A66

Black with #D27A66

Text Example


Text Example

White with #D27A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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