Html Css Color HEX #D08268 Burning Sand

📋 copy color: '#D08268'

red 208 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #D08268

Tints of Burning Sand #D08268

RGB

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

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

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

R = 47.06%
G = 29.41%
B = 23.53%

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

#D08268 (or 0xD08268) is known color: Burning Sand. HEX triplet: D0, 82 and 68. RGB value is (208,130,104). Sum of RGB (Red+Green+Blue) = 208+130+104=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08268 is #2F7D97. Grayscale: #969696. Windows color (decimal): -3112344 or 6849232. OLE color: 6849232.

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

Color convert

RGB 208 130 104 -
CMYK 0 0.38 0.5 0.18
HSL 15º 0.53% 0.61% -
HSV(B) 15º 0.5% 0.82% -
XYZ 36.49 30.37 17.04 -
YUV 150.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 208 130 104 0 0.38 0.5 0.18 15 0.53 0.61
Hex D0 82 68 0 26 32 12 F 35 3D
Octal 320 202 150 0 46 62 22 17 65 75
Binary 11010000 10000010 1101000 0 100110 110010 10010 1111 110101 111101

Color Harmonies of #D08268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08268

Black with #D08268

Text Example


Text Example

White with #D08268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08268; }

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

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

background-color css

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

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

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

border-color css

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

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

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