Html Css Color HEX #D67044 Red Damask

📋 copy color: '#D67044'

red 214 ◦ green 112 ◦ blue 68

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

Shades of Red Damask #D67044

Tints of Red Damask #D67044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 54.31%
G = 28.43%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D67044 (or 0xD67044) is known color: Red Damask. HEX triplet: D6, 70 and 44. RGB value is (214,112,68). Sum of RGB (Red+Green+Blue) = 214+112+68=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D67044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67044 is #298FBB. Grayscale: #898989. Windows color (decimal): -2723772 or 4485334. OLE color: 4485334.

HSL color Cylindrical-coordinate representation of color #D67044: hue angle of 18.08º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D67044 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 68 -
CMYK 0 0.48 0.68 0.16
HSL 18.08º 0.64% 0.55% -
HSV(B) 18.08º 0.68% 0.84% -
XYZ 34.57 26.3 8.72 -
YUV 137.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 214 112 68 0 0.48 0.68 0.16 18.08 0.64 0.55
Hex D6 70 44 0 30 44 10 12 40 37
Octal 326 160 104 0 60 104 20 22 100 67
Binary 11010110 1110000 1000100 0 110000 1000100 10000 10010 1000000 110111

Color Harmonies of #D67044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67044

Black with #D67044

Text Example


Text Example

White with #D67044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67044; }

 p { color: rgb(214,112,68); }

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

background-color css

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

 a { background-color: rgb(214,112,68); }

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

border-color css

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

 span { border-color: rgb(214,112,68); }

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