Html Css Color HEX #D48269 Burning Sand

📋 copy color: '#D48269'

red 212 ◦ green 130 ◦ blue 105

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

Shades of Burning Sand #D48269

Tints of Burning Sand #D48269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.08%

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

R = 47.43%
G = 29.08%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D48269 (or 0xD48269) is known color: Burning Sand. HEX triplet: D4, 82 and 69. RGB value is (212,130,105). Sum of RGB (Red+Green+Blue) = 212+130+105=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D48269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48269 is #2B7D96. Grayscale: #979797. Windows color (decimal): -2850199 or 6914772. OLE color: 6914772.

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

Color convert

RGB 212 130 105 -
CMYK 0 0.39 0.50 0.17
HSL 14.02º 0.55% 0.62% -
HSV(B) 14.02º 0.5% 0.83% -
XYZ 37.68 30.98 17.36 -
YUV 151.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 212 130 105 0 0.39 0.50 0.17 14.02 0.55 0.62
Hex D4 82 69 0 27 32 11 E 37 3E
Octal 324 202 151 0 47 62 21 16 67 76
Binary 11010100 10000010 1101001 0 100111 110010 10001 1110 110111 111110

Color Harmonies of #D48269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48269

Black with #D48269

Text Example


Text Example

White with #D48269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48269; }

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

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

background-color css

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

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

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

border-color css

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

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

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