Html Css Color HEX #D0674B Red Damask

📋 copy color: '#D0674B'

red 208 ◦ green 103 ◦ blue 75

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

Shades of Red Damask #D0674B

Tints of Red Damask #D0674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.43%

R = 53.89%
G = 26.68%
B = 19.43%

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

#D0674B (or 0xD0674B) is known color: Red Damask. HEX triplet: D0, 67 and 4B. RGB value is (208,103,75). Sum of RGB (Red+Green+Blue) = 208+103+75=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0674B is #2F98B4. Grayscale: #838383. Windows color (decimal): -3119285 or 4941776. OLE color: 4941776.

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

Color convert

RGB 208 103 75 -
CMYK 0 0.50 0.64 0.18
HSL 12.63º 0.59% 0.55% -
HSV(B) 12.63º 0.64% 0.82% -
XYZ 32.13 23.62 9.52 -
YUV 131.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 208 103 75 0 0.50 0.64 0.18 12.63 0.59 0.55
Hex D0 67 4B 0 32 40 12 D 3B 37
Octal 320 147 113 0 62 100 22 15 73 67
Binary 11010000 1100111 1001011 0 110010 1000000 10010 1101 111011 110111

Color Harmonies of #D0674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0674B

Black with #D0674B

Text Example


Text Example

White with #D0674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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