Html Css Color HEX #D07D6A Burning Sand

📋 copy color: '#D07D6A'

red 208 ◦ green 125 ◦ blue 106

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

Shades of Burning Sand #D07D6A

Tints of Burning Sand #D07D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 47.38%
G = 28.47%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D07D6A (or 0xD07D6A) is known color: Burning Sand. HEX triplet: D0, 7D and 6A. RGB value is (208,125,106). Sum of RGB (Red+Green+Blue) = 208+125+106=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D6A is #2F8295. Grayscale: #939393. Windows color (decimal): -3113622 or 6979024. OLE color: 6979024.

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

Color convert

RGB 208 125 106 -
CMYK 0 0.40 0.49 0.18
HSL 11.18º 0.52% 0.62% -
HSV(B) 11.18º 0.49% 0.82% -
XYZ 35.95 29.12 17.36 -
YUV 147.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 208 125 106 0 0.40 0.49 0.18 11.18 0.52 0.62
Hex D0 7D 6A 0 28 31 12 B 34 3E
Octal 320 175 152 0 50 61 22 13 64 76
Binary 11010000 1111101 1101010 0 101000 110001 10010 1011 110100 111110

Color Harmonies of #D07D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D6A

Black with #D07D6A

Text Example


Text Example

White with #D07D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D6A; }

 p { color: rgb(208,125,106); }

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

background-color css

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

 a { background-color: rgb(208,125,106); }

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

border-color css

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

 span { border-color: rgb(208,125,106); }

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