Html Css Color HEX #D28058 Burning Sand

📋 copy color: '#D28058'

red 210 ◦ green 128 ◦ blue 88

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

Shades of Burning Sand #D28058

Tints of Burning Sand #D28058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.66%

R = 49.3%
G = 30.05%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D28058 (or 0xD28058) is known color: Burning Sand. HEX triplet: D2, 80 and 58. RGB value is (210,128,88). Sum of RGB (Red+Green+Blue) = 210+128+88=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D28058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28058 is #2D7FA7. Grayscale: #949494. Windows color (decimal): -2981800 or 5800146. OLE color: 5800146.

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

Color convert

RGB 210 128 88 -
CMYK 0 0.39 0.58 0.18
HSL 19.67º 0.58% 0.58% -
HSV(B) 19.67º 0.58% 0.82% -
XYZ 36.06 29.84 13.09 -
YUV 147.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 210 128 88 0 0.39 0.58 0.18 19.67 0.58 0.58
Hex D2 80 58 0 27 3A 12 14 3A 3A
Octal 322 200 130 0 47 72 22 24 72 72
Binary 11010010 10000000 1011000 0 100111 111010 10010 10100 111010 111010

Color Harmonies of #D28058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28058

Black with #D28058

Text Example


Text Example

White with #D28058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28058; }

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

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

background-color css

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

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

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

border-color css

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

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

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