Html Css Color HEX #D48369 Burning Sand

📋 copy color: '#D48369'

red 212 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #D48369

Tints of Burning Sand #D48369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.24%

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

R = 47.32%
G = 29.24%
B = 23.44%

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

#D48369 (or 0xD48369) is known color: Burning Sand. HEX triplet: D4, 83 and 69. RGB value is (212,131,105). Sum of RGB (Red+Green+Blue) = 212+131+105=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D48369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48369 is #2B7C96. Grayscale: #989898. Windows color (decimal): -2849943 or 6915028. OLE color: 6915028.

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

Color convert

RGB 212 131 105 -
CMYK 0 0.38 0.50 0.17
HSL 14.58º 0.55% 0.62% -
HSV(B) 14.58º 0.5% 0.83% -
XYZ 37.82 31.25 17.4 -
YUV 152.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 212 131 105 0 0.38 0.50 0.17 14.58 0.55 0.62
Hex D4 83 69 0 26 32 11 F 37 3E
Octal 324 203 151 0 46 62 21 17 67 76
Binary 11010100 10000011 1101001 0 100110 110010 10001 1111 110111 111110

Color Harmonies of #D48369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48369

Black with #D48369

Text Example


Text Example

White with #D48369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48369; }

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

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

background-color css

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

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

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

border-color css

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

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

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