Html Css Color HEX #D08466 Burning Sand

📋 copy color: '#D08466'

red 208 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #D08466

Tints of Burning Sand #D08466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.08%

R = 47.06%
G = 29.86%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08466 (or 0xD08466) is known color: Burning Sand. HEX triplet: D0, 84 and 66. RGB value is (208,132,102). Sum of RGB (Red+Green+Blue) = 208+132+102=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08466 is #2F7B99. Grayscale: #979797. Windows color (decimal): -3111834 or 6718672. OLE color: 6718672.

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

Color convert

RGB 208 132 102 -
CMYK 0 0.37 0.51 0.18
HSL 16.98º 0.53% 0.61% -
HSV(B) 16.98º 0.51% 0.82% -
XYZ 36.66 30.87 16.6 -
YUV 151.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 208 132 102 0 0.37 0.51 0.18 16.98 0.53 0.61
Hex D0 84 66 0 25 33 12 11 35 3D
Octal 320 204 146 0 45 63 22 21 65 75
Binary 11010000 10000100 1100110 0 100101 110011 10010 10001 110101 111101

Color Harmonies of #D08466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08466

Black with #D08466

Text Example


Text Example

White with #D08466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08466; }

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

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

background-color css

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

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

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

border-color css

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

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

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