Html Css Color HEX #D0674E Red Damask

📋 copy color: '#D0674E'

red 208 ◦ green 103 ◦ blue 78

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

Shades of Red Damask #D0674E

Tints of Red Damask #D0674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 53.47%
G = 26.48%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0674E (or 0xD0674E) is known color: Red Damask. HEX triplet: D0, 67 and 4E. RGB value is (208,103,78). Sum of RGB (Red+Green+Blue) = 208+103+78=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0674E is #2F98B1. Grayscale: #838383. Windows color (decimal): -3119282 or 5138384. OLE color: 5138384.

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

Color convert

RGB 208 103 78 -
CMYK 0 0.50 0.62 0.18
HSL 11.54º 0.58% 0.56% -
HSV(B) 11.54º 0.63% 0.82% -
XYZ 32.24 23.66 10.08 -
YUV 131.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 208 103 78 0 0.50 0.62 0.18 11.54 0.58 0.56
Hex D0 67 4E 0 32 3E 12 C 3A 38
Octal 320 147 116 0 62 76 22 14 72 70
Binary 11010000 1100111 1001110 0 110010 111110 10010 1100 111010 111000

Color Harmonies of #D0674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0674E

Black with #D0674E

Text Example


Text Example

White with #D0674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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