Html Css Color HEX #D07C68 Burning Sand

📋 copy color: '#D07C68'

red 208 ◦ green 124 ◦ blue 104

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

Shades of Burning Sand #D07C68

Tints of Burning Sand #D07C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

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

R = 47.71%
G = 28.44%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D07C68 (or 0xD07C68) is known color: Burning Sand. HEX triplet: D0, 7C and 68. RGB value is (208,124,104). Sum of RGB (Red+Green+Blue) = 208+124+104=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C68 is #2F8397. Grayscale: #939393. Windows color (decimal): -3113880 or 6847696. OLE color: 6847696.

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

Color convert

RGB 208 124 104 -
CMYK 0 0.40 0.5 0.18
HSL 11.54º 0.53% 0.61% -
HSV(B) 11.54º 0.5% 0.82% -
XYZ 35.72 28.82 16.78 -
YUV 146.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 208 124 104 0 0.40 0.5 0.18 11.54 0.53 0.61
Hex D0 7C 68 0 28 32 12 C 35 3D
Octal 320 174 150 0 50 62 22 14 65 75
Binary 11010000 1111100 1101000 0 101000 110010 10010 1100 110101 111101

Color Harmonies of #D07C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C68

Black with #D07C68

Text Example


Text Example

White with #D07C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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