Html Css Color HEX #D67449 Red Damask

📋 copy color: '#D67449'

red 214 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #D67449

Tints of Red Damask #D67449

RGB

 RED value IS 214 (83.98% from 255) = 53.1%

 GREEN value IS 116 (45.7% from 255) = 28.78%

 BLUE value IS 73 (28.91% from 255) = 18.11%

R = 53.1%
G = 28.78%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D67449 (or 0xD67449) is known color: Red Damask. HEX triplet: D6, 74 and 49. RGB value is (214,116,73). Sum of RGB (Red+Green+Blue) = 214+116+73=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D67449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67449 is #298BB6. Grayscale: #8C8C8C. Windows color (decimal): -2722743 or 4814038. OLE color: 4814038.

HSL color Cylindrical-coordinate representation of color #D67449: hue angle of 18.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D67449 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 73 -
CMYK 0 0.46 0.66 0.16
HSL 18.3º 0.63% 0.56% -
HSV(B) 18.3º 0.66% 0.84% -
XYZ 35.18 27.27 9.71 -
YUV 140.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 214 116 73 0 0.46 0.66 0.16 18.3 0.63 0.56
Hex D6 74 49 0 2E 42 10 12 3F 38
Octal 326 164 111 0 56 102 20 22 77 70
Binary 11010110 1110100 1001001 0 101110 1000010 10000 10010 111111 111000

Color Harmonies of #D67449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67449

Black with #D67449

Text Example


Text Example

White with #D67449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67449; }

 p { color: rgb(214,116,73); }

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

background-color css

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

 a { background-color: rgb(214,116,73); }

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

border-color css

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

 span { border-color: rgb(214,116,73); }

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