Html Css Color HEX #D07F5C Burning Sand

📋 copy color: '#D07F5C'

red 208 ◦ green 127 ◦ blue 92

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

Shades of Burning Sand #D07F5C

Tints of Burning Sand #D07F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 48.71%
G = 29.74%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D07F5C (or 0xD07F5C) is known color: Burning Sand. HEX triplet: D0, 7F and 5C. RGB value is (208,127,92). Sum of RGB (Red+Green+Blue) = 208+127+92=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F5C is #2F80A3. Grayscale: #939393. Windows color (decimal): -3113124 or 6062032. OLE color: 6062032.

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

Color convert

RGB 208 127 92 -
CMYK 0 0.39 0.56 0.18
HSL 18.1º 0.55% 0.59% -
HSV(B) 18.1º 0.56% 0.82% -
XYZ 35.53 29.36 13.92 -
YUV 147.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 208 127 92 0 0.39 0.56 0.18 18.1 0.55 0.59
Hex D0 7F 5C 0 27 38 12 12 37 3B
Octal 320 177 134 0 47 70 22 22 67 73
Binary 11010000 1111111 1011100 0 100111 111000 10010 10010 110111 111011

Color Harmonies of #D07F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F5C

Black with #D07F5C

Text Example


Text Example

White with #D07F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F5C; }

 p { color: rgb(208,127,92); }

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

background-color css

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

 a { background-color: rgb(208,127,92); }

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

border-color css

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

 span { border-color: rgb(208,127,92); }

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