Html Css Color HEX #D48663 Burning Sand

📋 copy color: '#D48663'

red 212 ◦ green 134 ◦ blue 99

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

Shades of Burning Sand #D48663

Tints of Burning Sand #D48663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.25%

R = 47.64%
G = 30.11%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48663 (or 0xD48663) is known color: Burning Sand. HEX triplet: D4, 86 and 63. RGB value is (212,134,99). Sum of RGB (Red+Green+Blue) = 212+134+99=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D48663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48663 is #2B799C. Grayscale: #999999. Windows color (decimal): -2849181 or 6522580. OLE color: 6522580.

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

Color convert

RGB 212 134 99 -
CMYK 0 0.37 0.53 0.17
HSL 18.58º 0.57% 0.61% -
HSV(B) 18.58º 0.53% 0.83% -
XYZ 37.93 31.95 15.97 -
YUV 153.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 212 134 99 0 0.37 0.53 0.17 18.58 0.57 0.61
Hex D4 86 63 0 25 35 11 13 39 3D
Octal 324 206 143 0 45 65 21 23 71 75
Binary 11010100 10000110 1100011 0 100101 110101 10001 10011 111001 111101

Color Harmonies of #D48663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48663

Black with #D48663

Text Example


Text Example

White with #D48663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48663; }

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

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

background-color css

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

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

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

border-color css

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

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

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