Html Css Color HEX #D28061 Burning Sand

📋 copy color: '#D28061'

red 210 ◦ green 128 ◦ blue 97

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

Shades of Burning Sand #D28061

Tints of Burning Sand #D28061

RGB

 RED value IS 210 (82.42% from 255) = 48.28%

 GREEN value IS 128 (50.39% from 255) = 29.43%

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 48.28%
G = 29.43%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D28061 (or 0xD28061) is known color: Burning Sand. HEX triplet: D2, 80 and 61. RGB value is (210,128,97). Sum of RGB (Red+Green+Blue) = 210+128+97=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D28061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28061 is #2D7F9E. Grayscale: #959595. Windows color (decimal): -2981791 or 6389970. OLE color: 6389970.

HSL color Cylindrical-coordinate representation of color #D28061: hue angle of 16.46º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D28061 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 128 97 -
CMYK 0 0.39 0.54 0.18
HSL 16.46º 0.56% 0.6% -
HSV(B) 16.46º 0.54% 0.82% -
XYZ 36.46 30 15.18 -
YUV 148.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 210 128 97 0 0.39 0.54 0.18 16.46 0.56 0.6
Hex D2 80 61 0 27 36 12 10 38 3C
Octal 322 200 141 0 47 66 22 20 70 74
Binary 11010010 10000000 1100001 0 100111 110110 10010 10000 111000 111100

Color Harmonies of #D28061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28061

Black with #D28061

Text Example


Text Example

White with #D28061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28061; }

 p { color: rgb(210,128,97); }

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

background-color css

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

 a { background-color: rgb(210,128,97); }

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

border-color css

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

 span { border-color: rgb(210,128,97); }

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