Html Css Color HEX #D08265 Burning Sand

📋 copy color: '#D08265'

red 208 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #D08265

Tints of Burning Sand #D08265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.61%

 BLUE value IS 101 (39.84% from 255) = 23.01%

R = 47.38%
G = 29.61%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08265 (or 0xD08265) is known color: Burning Sand. HEX triplet: D0, 82 and 65. RGB value is (208,130,101). Sum of RGB (Red+Green+Blue) = 208+130+101=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D08265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08265 is #2F7D9A. Grayscale: #969696. Windows color (decimal): -3112347 or 6652624. OLE color: 6652624.

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

Color convert

RGB 208 130 101 -
CMYK 0 0.38 0.51 0.18
HSL 16.26º 0.53% 0.61% -
HSV(B) 16.26º 0.51% 0.82% -
XYZ 36.34 30.31 16.25 -
YUV 150.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 208 130 101 0 0.38 0.51 0.18 16.26 0.53 0.61
Hex D0 82 65 0 26 33 12 10 35 3D
Octal 320 202 145 0 46 63 22 20 65 75
Binary 11010000 10000010 1100101 0 100110 110011 10010 10000 110101 111101

Color Harmonies of #D08265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08265

Black with #D08265

Text Example


Text Example

White with #D08265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08265; }

 p { color: rgb(208,130,101); }

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

background-color css

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

 a { background-color: rgb(208,130,101); }

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

border-color css

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

 span { border-color: rgb(208,130,101); }

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