Html Css Color HEX #D07E68 Burning Sand

📋 copy color: '#D07E68'

red 208 ◦ green 126 ◦ blue 104

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

Shades of Burning Sand #D07E68

Tints of Burning Sand #D07E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

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

R = 47.49%
G = 28.77%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D07E68 (or 0xD07E68) is known color: Burning Sand. HEX triplet: D0, 7E and 68. RGB value is (208,126,104). Sum of RGB (Red+Green+Blue) = 208+126+104=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E68 is #2F8197. Grayscale: #949494. Windows color (decimal): -3113368 or 6848208. OLE color: 6848208.

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

Color convert

RGB 208 126 104 -
CMYK 0 0.39 0.5 0.18
HSL 12.69º 0.53% 0.61% -
HSV(B) 12.69º 0.5% 0.82% -
XYZ 35.97 29.33 16.86 -
YUV 148.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 208 126 104 0 0.39 0.5 0.18 12.69 0.53 0.61
Hex D0 7E 68 0 27 32 12 D 35 3D
Octal 320 176 150 0 47 62 22 15 65 75
Binary 11010000 1111110 1101000 0 100111 110010 10010 1101 110101 111101

Color Harmonies of #D07E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E68

Black with #D07E68

Text Example


Text Example

White with #D07E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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