Html Css Color HEX #D08068 Burning Sand

📋 copy color: '#D08068'

red 208 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #D08068

Tints of Burning Sand #D08068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 47.27%
G = 29.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D08068 (or 0xD08068) is known color: Burning Sand. HEX triplet: D0, 80 and 68. RGB value is (208,128,104). Sum of RGB (Red+Green+Blue) = 208+128+104=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D08068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08068 is #2F7F97. Grayscale: #959595. Windows color (decimal): -3112856 or 6848720. OLE color: 6848720.

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

Color convert

RGB 208 128 104 -
CMYK 0 0.38 0.5 0.18
HSL 13.85º 0.53% 0.61% -
HSV(B) 13.85º 0.5% 0.82% -
XYZ 36.23 29.85 16.95 -
YUV 149.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 208 128 104 0 0.38 0.5 0.18 13.85 0.53 0.61
Hex D0 80 68 0 26 32 12 E 35 3D
Octal 320 200 150 0 46 62 22 16 65 75
Binary 11010000 10000000 1101000 0 100110 110010 10010 1110 110101 111101

Color Harmonies of #D08068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08068

Black with #D08068

Text Example


Text Example

White with #D08068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08068; }

 p { color: rgb(208,128,104); }

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

background-color css

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

 a { background-color: rgb(208,128,104); }

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

border-color css

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

 span { border-color: rgb(208,128,104); }

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