Html Css Color HEX #D08468 Burning Sand

📋 copy color: '#D08468'

red 208 ◦ green 132 ◦ blue 104

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

Shades of Burning Sand #D08468

Tints of Burning Sand #D08468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.73%

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

R = 46.85%
G = 29.73%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D08468 (or 0xD08468) is known color: Burning Sand. HEX triplet: D0, 84 and 68. RGB value is (208,132,104). Sum of RGB (Red+Green+Blue) = 208+132+104=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D08468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08468 is #2F7B97. Grayscale: #979797. Windows color (decimal): -3111832 or 6849744. OLE color: 6849744.

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

Color convert

RGB 208 132 104 -
CMYK 0 0.37 0.5 0.18
HSL 16.15º 0.53% 0.61% -
HSV(B) 16.15º 0.5% 0.82% -
XYZ 36.76 30.91 17.13 -
YUV 151.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 208 132 104 0 0.37 0.5 0.18 16.15 0.53 0.61
Hex D0 84 68 0 25 32 12 10 35 3D
Octal 320 204 150 0 45 62 22 20 65 75
Binary 11010000 10000100 1101000 0 100101 110010 10010 10000 110101 111101

Color Harmonies of #D08468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08468

Black with #D08468

Text Example


Text Example

White with #D08468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08468; }

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

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

background-color css

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

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

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

border-color css

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

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

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