Html Css Color HEX #D07C5A Burning Sand

📋 copy color: '#D07C5A'

red 208 ◦ green 124 ◦ blue 90

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

Shades of Burning Sand #D07C5A

Tints of Burning Sand #D07C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 49.29%
G = 29.38%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D07C5A (or 0xD07C5A) is known color: Burning Sand. HEX triplet: D0, 7C and 5A. RGB value is (208,124,90). Sum of RGB (Red+Green+Blue) = 208+124+90=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C5A is #2F83A5. Grayscale: #919191. Windows color (decimal): -3113894 or 5930192. OLE color: 5930192.

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

Color convert

RGB 208 124 90 -
CMYK 0 0.40 0.57 0.18
HSL 17.29º 0.56% 0.58% -
HSV(B) 17.29º 0.57% 0.82% -
XYZ 35.07 28.56 13.34 -
YUV 145.24 96.83 172.76 -
System Red Green Blue C M Y K H S L
Decimal 208 124 90 0 0.40 0.57 0.18 17.29 0.56 0.58
Hex D0 7C 5A 0 28 39 12 11 38 3A
Octal 320 174 132 0 50 71 22 21 70 72
Binary 11010000 1111100 1011010 0 101000 111001 10010 10001 111000 111010

Color Harmonies of #D07C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C5A

Black with #D07C5A

Text Example


Text Example

White with #D07C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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