Html Css Color HEX #D07964 Burning Sand

📋 copy color: '#D07964'

red 208 ◦ green 121 ◦ blue 100

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

Shades of Burning Sand #D07964

Tints of Burning Sand #D07964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

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

R = 48.48%
G = 28.21%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D07964 (or 0xD07964) is known color: Burning Sand. HEX triplet: D0, 79 and 64. RGB value is (208,121,100). Sum of RGB (Red+Green+Blue) = 208+121+100=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D07964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07964 is #2F869B. Grayscale: #909090. Windows color (decimal): -3114652 or 6584784. OLE color: 6584784.

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

Color convert

RGB 208 121 100 -
CMYK 0 0.42 0.52 0.18
HSL 11.67º 0.53% 0.6% -
HSV(B) 11.67º 0.52% 0.82% -
XYZ 35.15 28 15.61 -
YUV 144.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 208 121 100 0 0.42 0.52 0.18 11.67 0.53 0.6
Hex D0 79 64 0 2A 34 12 C 35 3C
Octal 320 171 144 0 52 64 22 14 65 74
Binary 11010000 1111001 1100100 0 101010 110100 10010 1100 110101 111100

Color Harmonies of #D07964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07964

Black with #D07964

Text Example


Text Example

White with #D07964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07964; }

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

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

background-color css

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

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

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

border-color css

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

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

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