Html Css Color HEX #D28062 Burning Sand

📋 copy color: '#D28062'

red 210 ◦ green 128 ◦ blue 98

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

Shades of Burning Sand #D28062

Tints of Burning Sand #D28062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.48%

R = 48.17%
G = 29.36%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D28062 (or 0xD28062) is known color: Burning Sand. HEX triplet: D2, 80 and 62. RGB value is (210,128,98). Sum of RGB (Red+Green+Blue) = 210+128+98=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D28062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28062 is #2D7F9D. Grayscale: #959595. Windows color (decimal): -2981790 or 6455506. OLE color: 6455506.

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

Color convert

RGB 210 128 98 -
CMYK 0 0.39 0.53 0.18
HSL 16.07º 0.55% 0.6% -
HSV(B) 16.07º 0.53% 0.82% -
XYZ 36.5 30.02 15.43 -
YUV 149.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 210 128 98 0 0.39 0.53 0.18 16.07 0.55 0.6
Hex D2 80 62 0 27 35 12 10 37 3C
Octal 322 200 142 0 47 65 22 20 67 74
Binary 11010010 10000000 1100010 0 100111 110101 10010 10000 110111 111100

Color Harmonies of #D28062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28062

Black with #D28062

Text Example


Text Example

White with #D28062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28062; }

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

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

background-color css

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

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

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

border-color css

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

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

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