Html Css Color HEX #D48667 Burning Sand

📋 copy color: '#D48667'

red 212 ◦ green 134 ◦ blue 103

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

Shades of Burning Sand #D48667

Tints of Burning Sand #D48667

RGB

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

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

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

R = 47.22%
G = 29.84%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48667 (or 0xD48667) is known color: Burning Sand. HEX triplet: D4, 86 and 67. RGB value is (212,134,103). Sum of RGB (Red+Green+Blue) = 212+134+103=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D48667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48667 is #2B7998. Grayscale: #999999. Windows color (decimal): -2849177 or 6784724. OLE color: 6784724.

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

Color convert

RGB 212 134 103 -
CMYK 0 0.37 0.51 0.17
HSL 17.06º 0.56% 0.62% -
HSV(B) 17.06º 0.51% 0.83% -
XYZ 38.12 32.03 17 -
YUV 153.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 212 134 103 0 0.37 0.51 0.17 17.06 0.56 0.62
Hex D4 86 67 0 25 33 11 11 38 3E
Octal 324 206 147 0 45 63 21 21 70 76
Binary 11010100 10000110 1100111 0 100101 110011 10001 10001 111000 111110

Color Harmonies of #D48667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48667

Black with #D48667

Text Example


Text Example

White with #D48667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48667; }

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

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

background-color css

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

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

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

border-color css

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

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

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