Html Css Color HEX #D07968 Burning Sand

📋 copy color: '#D07968'

red 208 ◦ green 121 ◦ blue 104

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

Shades of Burning Sand #D07968

Tints of Burning Sand #D07968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.94%

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 48.04%
G = 27.94%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D07968 (or 0xD07968) is known color: Burning Sand. HEX triplet: D0, 79 and 68. RGB value is (208,121,104). Sum of RGB (Red+Green+Blue) = 208+121+104=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D07968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07968 is #2F8697. Grayscale: #919191. Windows color (decimal): -3114648 or 6846928. OLE color: 6846928.

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

Color convert

RGB 208 121 104 -
CMYK 0 0.42 0.5 0.18
HSL 9.81º 0.53% 0.61% -
HSV(B) 9.81º 0.5% 0.82% -
XYZ 35.35 28.08 16.65 -
YUV 145.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 208 121 104 0 0.42 0.5 0.18 9.81 0.53 0.61
Hex D0 79 68 0 2A 32 12 A 35 3D
Octal 320 171 150 0 52 62 22 12 65 75
Binary 11010000 1111001 1101000 0 101010 110010 10010 1010 110101 111101

Color Harmonies of #D07968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07968

Black with #D07968

Text Example


Text Example

White with #D07968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07968; }

 p { color: rgb(208,121,104); }

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

background-color css

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

 a { background-color: rgb(208,121,104); }

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

border-color css

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

 span { border-color: rgb(208,121,104); }

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