Html Css Color HEX #D08369 Burning Sand

📋 copy color: '#D08369'

red 208 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #D08369

Tints of Burning Sand #D08369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 46.85%
G = 29.5%
B = 23.65%

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

#D08369 (or 0xD08369) is known color: Burning Sand. HEX triplet: D0, 83 and 69. RGB value is (208,131,105). Sum of RGB (Red+Green+Blue) = 208+131+105=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D08369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08369 is #2F7C96. Grayscale: #979797. Windows color (decimal): -3112087 or 6915024. OLE color: 6915024.

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

Color convert

RGB 208 131 105 -
CMYK 0 0.37 0.50 0.18
HSL 15.15º 0.52% 0.61% -
HSV(B) 15.15º 0.5% 0.82% -
XYZ 36.68 30.66 17.35 -
YUV 151.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 208 131 105 0 0.37 0.50 0.18 15.15 0.52 0.61
Hex D0 83 69 0 25 32 12 F 34 3D
Octal 320 203 151 0 45 62 22 17 64 75
Binary 11010000 10000011 1101001 0 100101 110010 10010 1111 110100 111101

Color Harmonies of #D08369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08369

Black with #D08369

Text Example


Text Example

White with #D08369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08369; }

 p { color: rgb(208,131,105); }

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

background-color css

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

 a { background-color: rgb(208,131,105); }

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

border-color css

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

 span { border-color: rgb(208,131,105); }

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