Html Css Color HEX #D48167 Burning Sand

📋 copy color: '#D48167'

red 212 ◦ green 129 ◦ blue 103

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

Shades of Burning Sand #D48167

Tints of Burning Sand #D48167

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

 BLUE value IS 103 (40.63% from 255) = 23.2%

R = 47.75%
G = 29.05%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48167 (or 0xD48167) is known color: Burning Sand. HEX triplet: D4, 81 and 67. RGB value is (212,129,103). Sum of RGB (Red+Green+Blue) = 212+129+103=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D48167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48167 is #2B7E98. Grayscale: #979797. Windows color (decimal): -2850457 or 6783444. OLE color: 6783444.

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

Color convert

RGB 212 129 103 -
CMYK 0 0.39 0.51 0.17
HSL 14.31º 0.56% 0.62% -
HSV(B) 14.31º 0.51% 0.83% -
XYZ 37.45 30.68 16.78 -
YUV 150.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 212 129 103 0 0.39 0.51 0.17 14.31 0.56 0.62
Hex D4 81 67 0 27 33 11 E 38 3E
Octal 324 201 147 0 47 63 21 16 70 76
Binary 11010100 10000001 1100111 0 100111 110011 10001 1110 111000 111110

Color Harmonies of #D48167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48167

Black with #D48167

Text Example


Text Example

White with #D48167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48167; }

 p { color: rgb(212,129,103); }

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

background-color css

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

 a { background-color: rgb(212,129,103); }

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

border-color css

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

 span { border-color: rgb(212,129,103); }

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