Html Css Color HEX #D07A6B Burning Sand

📋 copy color: '#D07A6B'

red 208 ◦ green 122 ◦ blue 107

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

Shades of Burning Sand #D07A6B

Tints of Burning Sand #D07A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.92%

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

R = 47.6%
G = 27.92%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D07A6B (or 0xD07A6B) is known color: Burning Sand. HEX triplet: D0, 7A and 6B. RGB value is (208,122,107). Sum of RGB (Red+Green+Blue) = 208+122+107=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A6B is #2F8594. Grayscale: #929292. Windows color (decimal): -3114389 or 7043792. OLE color: 7043792.

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

Color convert

RGB 208 122 107 -
CMYK 0 0.41 0.49 0.18
HSL 8.91º 0.52% 0.62% -
HSV(B) 8.91º 0.49% 0.82% -
XYZ 35.63 28.39 17.51 -
YUV 146 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 208 122 107 0 0.41 0.49 0.18 8.91 0.52 0.62
Hex D0 7A 6B 0 29 31 12 9 34 3E
Octal 320 172 153 0 51 61 22 11 64 76
Binary 11010000 1111010 1101011 0 101001 110001 10010 1001 110100 111110

Color Harmonies of #D07A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A6B

Black with #D07A6B

Text Example


Text Example

White with #D07A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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