Html Css Color HEX #D07F64 Burning Sand

📋 copy color: '#D07F64'

red 208 ◦ green 127 ◦ blue 100

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

Shades of Burning Sand #D07F64

Tints of Burning Sand #D07F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 47.82%
G = 29.2%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D07F64 (or 0xD07F64) is known color: Burning Sand. HEX triplet: D0, 7F and 64. RGB value is (208,127,100). Sum of RGB (Red+Green+Blue) = 208+127+100=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F64 is #2F809B. Grayscale: #949494. Windows color (decimal): -3113116 or 6586320. OLE color: 6586320.

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

Color convert

RGB 208 127 100 -
CMYK 0 0.39 0.52 0.18
HSL 15º 0.53% 0.6% -
HSV(B) 15º 0.52% 0.82% -
XYZ 35.9 29.51 15.86 -
YUV 148.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 208 127 100 0 0.39 0.52 0.18 15 0.53 0.6
Hex D0 7F 64 0 27 34 12 F 35 3C
Octal 320 177 144 0 47 64 22 17 65 74
Binary 11010000 1111111 1100100 0 100111 110100 10010 1111 110101 111100

Color Harmonies of #D07F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F64

Black with #D07F64

Text Example


Text Example

White with #D07F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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