Html Css Color HEX #D48469 Burning Sand

📋 copy color: '#D48469'

red 212 ◦ green 132 ◦ blue 105

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

Shades of Burning Sand #D48469

Tints of Burning Sand #D48469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 105 (41.41% from 255) = 23.39%

R = 47.22%
G = 29.4%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D48469 (or 0xD48469) is known color: Burning Sand. HEX triplet: D4, 84 and 69. RGB value is (212,132,105). Sum of RGB (Red+Green+Blue) = 212+132+105=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D48469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48469 is #2B7B96. Grayscale: #999999. Windows color (decimal): -2849687 or 6915284. OLE color: 6915284.

HSL color Cylindrical-coordinate representation of color #D48469: hue angle of 15.14º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D48469 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 132 105 -
CMYK 0 0.38 0.50 0.17
HSL 15.14º 0.55% 0.62% -
HSV(B) 15.14º 0.5% 0.83% -
XYZ 37.95 31.52 17.45 -
YUV 152.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 212 132 105 0 0.38 0.50 0.17 15.14 0.55 0.62
Hex D4 84 69 0 26 32 11 F 37 3E
Octal 324 204 151 0 46 62 21 17 67 76
Binary 11010100 10000100 1101001 0 100110 110010 10001 1111 110111 111110

Color Harmonies of #D48469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48469

Black with #D48469

Text Example


Text Example

White with #D48469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48469; }

 p { color: rgb(212,132,105); }

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

background-color css

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

 a { background-color: rgb(212,132,105); }

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

border-color css

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

 span { border-color: rgb(212,132,105); }

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