Html Css Color HEX #D07C60 Burning Sand

📋 copy color: '#D07C60'

red 208 ◦ green 124 ◦ blue 96

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

Shades of Burning Sand #D07C60

Tints of Burning Sand #D07C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 48.6%
G = 28.97%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D07C60 (or 0xD07C60) is known color: Burning Sand. HEX triplet: D0, 7C and 60. RGB value is (208,124,96). Sum of RGB (Red+Green+Blue) = 208+124+96=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C60 is #2F839F. Grayscale: #929292. Windows color (decimal): -3113888 or 6323408. OLE color: 6323408.

HSL color Cylindrical-coordinate representation of color #D07C60: hue angle of 15º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D07C60 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 96 -
CMYK 0 0.40 0.54 0.18
HSL 15º 0.54% 0.6% -
HSV(B) 15º 0.54% 0.82% -
XYZ 35.33 28.67 14.74 -
YUV 145.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 208 124 96 0 0.40 0.54 0.18 15 0.54 0.6
Hex D0 7C 60 0 28 36 12 F 36 3C
Octal 320 174 140 0 50 66 22 17 66 74
Binary 11010000 1111100 1100000 0 101000 110110 10010 1111 110110 111100

Color Harmonies of #D07C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C60

Black with #D07C60

Text Example


Text Example

White with #D07C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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