Html Css Color HEX #D08367 Burning Sand

📋 copy color: '#D08367'

red 208 ◦ green 131 ◦ blue 103

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

Shades of Burning Sand #D08367

Tints of Burning Sand #D08367

RGB

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

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

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

R = 47.06%
G = 29.64%
B = 23.3%

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

#D08367 (or 0xD08367) is known color: Burning Sand. HEX triplet: D0, 83 and 67. RGB value is (208,131,103). Sum of RGB (Red+Green+Blue) = 208+131+103=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D08367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08367 is #2F7C98. Grayscale: #979797. Windows color (decimal): -3112089 or 6783952. OLE color: 6783952.

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

Color convert

RGB 208 131 103 -
CMYK 0 0.37 0.50 0.18
HSL 16º 0.53% 0.61% -
HSV(B) 16º 0.5% 0.82% -
XYZ 36.58 30.62 16.81 -
YUV 150.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 208 131 103 0 0.37 0.50 0.18 16 0.53 0.61
Hex D0 83 67 0 25 32 12 10 35 3D
Octal 320 203 147 0 45 62 22 20 65 75
Binary 11010000 10000011 1100111 0 100101 110010 10010 10000 110101 111101

Color Harmonies of #D08367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08367

Black with #D08367

Text Example


Text Example

White with #D08367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08367; }

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

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

background-color css

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

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

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

border-color css

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

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

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