Html Css Color HEX #D0826B Burning Sand

📋 copy color: '#D0826B'

red 208 ◦ green 130 ◦ blue 107

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

Shades of Burning Sand #D0826B

Tints of Burning Sand #D0826B

RGB

 RED value IS 208 (81.64% from 255) = 46.74%

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

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 46.74%
G = 29.21%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0826B (or 0xD0826B) is known color: Burning Sand. HEX triplet: D0, 82 and 6B. RGB value is (208,130,107). Sum of RGB (Red+Green+Blue) = 208+130+107=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0826B is #2F7D94. Grayscale: #969696. Windows color (decimal): -3112341 or 7045840. OLE color: 7045840.

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

Color convert

RGB 208 130 107 -
CMYK 0 0.38 0.49 0.18
HSL 13.66º 0.52% 0.62% -
HSV(B) 13.66º 0.49% 0.82% -
XYZ 36.65 30.44 17.85 -
YUV 150.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 208 130 107 0 0.38 0.49 0.18 13.66 0.52 0.62
Hex D0 82 6B 0 26 31 12 E 34 3E
Octal 320 202 153 0 46 61 22 16 64 76
Binary 11010000 10000010 1101011 0 100110 110001 10010 1110 110100 111110

Color Harmonies of #D0826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0826B

Black with #D0826B

Text Example


Text Example

White with #D0826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0826B; }

 p { color: rgb(208,130,107); }

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

background-color css

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

 a { background-color: rgb(208,130,107); }

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

border-color css

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

 span { border-color: rgb(208,130,107); }

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