Html Css Color HEX #D0816B Burning Sand

📋 copy color: '#D0816B'

red 208 ◦ green 129 ◦ blue 107

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

Shades of Burning Sand #D0816B

Tints of Burning Sand #D0816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

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

R = 46.85%
G = 29.05%
B = 24.1%

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

#D0816B (or 0xD0816B) is known color: Burning Sand. HEX triplet: D0, 81 and 6B. RGB value is (208,129,107). Sum of RGB (Red+Green+Blue) = 208+129+107=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0816B is #2F7E94. Grayscale: #969696. Windows color (decimal): -3112597 or 7045584. OLE color: 7045584.

HSL color Cylindrical-coordinate representation of color #D0816B: hue angle of 13.07º 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 #D0816B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 107 -
CMYK 0 0.38 0.49 0.18
HSL 13.07º 0.52% 0.62% -
HSV(B) 13.07º 0.49% 0.82% -
XYZ 36.52 30.17 17.81 -
YUV 150.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 208 129 107 0 0.38 0.49 0.18 13.07 0.52 0.62
Hex D0 81 6B 0 26 31 12 D 34 3E
Octal 320 201 153 0 46 61 22 15 64 76
Binary 11010000 10000001 1101011 0 100110 110001 10010 1101 110100 111110

Color Harmonies of #D0816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0816B

Black with #D0816B

Text Example


Text Example

White with #D0816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0816B; }

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

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

background-color css

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

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

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

border-color css

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

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

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