Html Css Color HEX #D08A68 Burning Sand

📋 copy color: '#D08A68'

red 208 ◦ green 138 ◦ blue 104

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

Shades of Burning Sand #D08A68

Tints of Burning Sand #D08A68

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

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

R = 46.22%
G = 30.67%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D08A68 (or 0xD08A68) is known color: Burning Sand. HEX triplet: D0, 8A and 68. RGB value is (208,138,104). Sum of RGB (Red+Green+Blue) = 208+138+104=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08A68 is #2F7597. Grayscale: #9B9B9B. Windows color (decimal): -3110296 or 6851280. OLE color: 6851280.

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

Color convert

RGB 208 138 104 -
CMYK 0 0.34 0.5 0.18
HSL 19.62º 0.53% 0.61% -
HSV(B) 19.62º 0.5% 0.82% -
XYZ 37.6 32.59 17.4 -
YUV 155.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 208 138 104 0 0.34 0.5 0.18 19.62 0.53 0.61
Hex D0 8A 68 0 22 32 12 14 35 3D
Octal 320 212 150 0 42 62 22 24 65 75
Binary 11010000 10001010 1101000 0 100010 110010 10010 10100 110101 111101

Color Harmonies of #D08A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A68

Black with #D08A68

Text Example


Text Example

White with #D08A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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