Html Css Color HEX #D07D6B Burning Sand

📋 copy color: '#D07D6B'

red 208 ◦ green 125 ◦ blue 107

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

Shades of Burning Sand #D07D6B

Tints of Burning Sand #D07D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 47.27%
G = 28.41%
B = 24.32%

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

#D07D6B (or 0xD07D6B) is known color: Burning Sand. HEX triplet: D0, 7D and 6B. RGB value is (208,125,107). Sum of RGB (Red+Green+Blue) = 208+125+107=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D6B is #2F8294. Grayscale: #939393. Windows color (decimal): -3113621 or 7044560. OLE color: 7044560.

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

Color convert

RGB 208 125 107 -
CMYK 0 0.40 0.49 0.18
HSL 10.69º 0.52% 0.62% -
HSV(B) 10.69º 0.49% 0.82% -
XYZ 36 29.14 17.64 -
YUV 147.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 208 125 107 0 0.40 0.49 0.18 10.69 0.52 0.62
Hex D0 7D 6B 0 28 31 12 B 34 3E
Octal 320 175 153 0 50 61 22 13 64 76
Binary 11010000 1111101 1101011 0 101000 110001 10010 1011 110100 111110

Color Harmonies of #D07D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D6B

Black with #D07D6B

Text Example


Text Example

White with #D07D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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