Html Css Color HEX #D06740 Ecstasy

📋 copy color: '#D06740'

red 208 ◦ green 103 ◦ blue 64

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

Shades of Ecstasy #D06740

Tints of Ecstasy #D06740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 55.47%
G = 27.47%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D06740 (or 0xD06740) is known color: Ecstasy. HEX triplet: D0, 67 and 40. RGB value is (208,103,64). Sum of RGB (Red+Green+Blue) = 208+103+64=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D06740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06740 is #2F98BF. Grayscale: #828282. Windows color (decimal): -3119296 or 4220880. OLE color: 4220880.

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

Color convert

RGB 208 103 64 -
CMYK 0 0.50 0.69 0.18
HSL 16.25º 0.61% 0.53% -
HSV(B) 16.25º 0.69% 0.82% -
XYZ 31.79 23.48 7.71 -
YUV 129.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 208 103 64 0 0.50 0.69 0.18 16.25 0.61 0.53
Hex D0 67 40 0 32 45 12 10 3D 35
Octal 320 147 100 0 62 105 22 20 75 65
Binary 11010000 1100111 1000000 0 110010 1000101 10010 10000 111101 110101

Color Harmonies of #D06740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06740

Black with #D06740

Text Example


Text Example

White with #D06740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06740; }

 p { color: rgb(208,103,64); }

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

background-color css

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

 a { background-color: rgb(208,103,64); }

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

border-color css

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

 span { border-color: rgb(208,103,64); }

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