Html Css Color HEX #D08467 Burning Sand

📋 copy color: '#D08467'

red 208 ◦ green 132 ◦ blue 103

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

Shades of Burning Sand #D08467

Tints of Burning Sand #D08467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.25%

R = 46.95%
G = 29.8%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D08467 (or 0xD08467) is known color: Burning Sand. HEX triplet: D0, 84 and 67. RGB value is (208,132,103). Sum of RGB (Red+Green+Blue) = 208+132+103=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D08467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08467 is #2F7B98. Grayscale: #979797. Windows color (decimal): -3111833 or 6784208. OLE color: 6784208.

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

Color convert

RGB 208 132 103 -
CMYK 0 0.37 0.50 0.18
HSL 16.57º 0.53% 0.61% -
HSV(B) 16.57º 0.5% 0.82% -
XYZ 36.71 30.89 16.86 -
YUV 151.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 208 132 103 0 0.37 0.50 0.18 16.57 0.53 0.61
Hex D0 84 67 0 25 32 12 11 35 3D
Octal 320 204 147 0 45 62 22 21 65 75
Binary 11010000 10000100 1100111 0 100101 110010 10010 10001 110101 111101

Color Harmonies of #D08467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08467

Black with #D08467

Text Example


Text Example

White with #D08467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08467; }

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

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

background-color css

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

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

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

border-color css

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

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

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