Html Css Color HEX #D0674A Red Damask

📋 copy color: '#D0674A'

red 208 ◦ green 103 ◦ blue 74

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

Shades of Red Damask #D0674A

Tints of Red Damask #D0674A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.22%

R = 54.03%
G = 26.75%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0674A (or 0xD0674A) is known color: Red Damask. HEX triplet: D0, 67 and 4A. RGB value is (208,103,74). Sum of RGB (Red+Green+Blue) = 208+103+74=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0674A is #2F98B5. Grayscale: #838383. Windows color (decimal): -3119286 or 4876240. OLE color: 4876240.

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

Color convert

RGB 208 103 74 -
CMYK 0 0.50 0.64 0.18
HSL 12.99º 0.59% 0.55% -
HSV(B) 12.99º 0.64% 0.82% -
XYZ 32.1 23.6 9.34 -
YUV 131.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 208 103 74 0 0.50 0.64 0.18 12.99 0.59 0.55
Hex D0 67 4A 0 32 40 12 D 3B 37
Octal 320 147 112 0 62 100 22 15 73 67
Binary 11010000 1100111 1001010 0 110010 1000000 10010 1101 111011 110111

Color Harmonies of #D0674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0674A

Black with #D0674A

Text Example


Text Example

White with #D0674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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