Html Css Color HEX #D67244 Red Damask

📋 copy color: '#D67244'

red 214 ◦ green 114 ◦ blue 68

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

Shades of Red Damask #D67244

Tints of Red Damask #D67244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.79%

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

R = 54.04%
G = 28.79%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D67244 (or 0xD67244) is known color: Red Damask. HEX triplet: D6, 72 and 44. RGB value is (214,114,68). Sum of RGB (Red+Green+Blue) = 214+114+68=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D67244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67244 is #298DBB. Grayscale: #8A8A8A. Windows color (decimal): -2723260 or 4485846. OLE color: 4485846.

HSL color Cylindrical-coordinate representation of color #D67244: hue angle of 18.9º 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 #D67244 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 68 -
CMYK 0 0.47 0.68 0.16
HSL 18.9º 0.64% 0.55% -
HSV(B) 18.9º 0.68% 0.84% -
XYZ 34.79 26.75 8.8 -
YUV 138.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 214 114 68 0 0.47 0.68 0.16 18.9 0.64 0.55
Hex D6 72 44 0 2F 44 10 13 40 37
Octal 326 162 104 0 57 104 20 23 100 67
Binary 11010110 1110010 1000100 0 101111 1000100 10000 10011 1000000 110111

Color Harmonies of #D67244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67244

Black with #D67244

Text Example


Text Example

White with #D67244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67244; }

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

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

background-color css

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

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

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

border-color css

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

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

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