Html Css Color HEX #D67249 Red Damask

📋 copy color: '#D67249'

red 214 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #D67249

Tints of Red Damask #D67249

RGB

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

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

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

R = 53.37%
G = 28.43%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D67249 (or 0xD67249) is known color: Red Damask. HEX triplet: D6, 72 and 49. RGB value is (214,114,73). Sum of RGB (Red+Green+Blue) = 214+114+73=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D67249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67249 is #298DB6. Grayscale: #8B8B8B. Windows color (decimal): -2723255 or 4813526. OLE color: 4813526.

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

Color convert

RGB 214 114 73 -
CMYK 0 0.47 0.66 0.16
HSL 17.45º 0.63% 0.56% -
HSV(B) 17.45º 0.66% 0.84% -
XYZ 34.95 26.81 9.64 -
YUV 139.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 214 114 73 0 0.47 0.66 0.16 17.45 0.63 0.56
Hex D6 72 49 0 2F 42 10 11 3F 38
Octal 326 162 111 0 57 102 20 21 77 70
Binary 11010110 1110010 1001001 0 101111 1000010 10000 10001 111111 111000

Color Harmonies of #D67249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67249

Black with #D67249

Text Example


Text Example

White with #D67249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67249; }

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

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

background-color css

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

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

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

border-color css

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

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

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