Html Css Color HEX #D48666 Burning Sand

📋 copy color: '#D48666'

red 212 ◦ green 134 ◦ blue 102

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

Shades of Burning Sand #D48666

Tints of Burning Sand #D48666

RGB

 RED value IS 212 (83.2% from 255) = 47.32%

 GREEN value IS 134 (52.73% from 255) = 29.91%

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

R = 47.32%
G = 29.91%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D48666 (or 0xD48666) is known color: Burning Sand. HEX triplet: D4, 86 and 66. RGB value is (212,134,102). Sum of RGB (Red+Green+Blue) = 212+134+102=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D48666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48666 is #2B7999. Grayscale: #999999. Windows color (decimal): -2849178 or 6719188. OLE color: 6719188.

HSL color Cylindrical-coordinate representation of color #D48666: hue angle of 17.45º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48666 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 134 102 -
CMYK 0 0.37 0.52 0.17
HSL 17.45º 0.56% 0.62% -
HSV(B) 17.45º 0.52% 0.83% -
XYZ 38.07 32.01 16.74 -
YUV 153.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 212 134 102 0 0.37 0.52 0.17 17.45 0.56 0.62
Hex D4 86 66 0 25 34 11 11 38 3E
Octal 324 206 146 0 45 64 21 21 70 76
Binary 11010100 10000110 1100110 0 100101 110100 10001 10001 111000 111110

Color Harmonies of #D48666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48666

Black with #D48666

Text Example


Text Example

White with #D48666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48666; }

 p { color: rgb(212,134,102); }

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

background-color css

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

 a { background-color: rgb(212,134,102); }

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

border-color css

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

 span { border-color: rgb(212,134,102); }

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