Html Css Color HEX #D67246 Red Damask

📋 copy color: '#D67246'

red 214 ◦ green 114 ◦ blue 70

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

Shades of Red Damask #D67246

Tints of Red Damask #D67246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 53.77%
G = 28.64%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D67246 (or 0xD67246) is known color: Red Damask. HEX triplet: D6, 72 and 46. RGB value is (214,114,70). Sum of RGB (Red+Green+Blue) = 214+114+70=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D67246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67246 is #298DB9. Grayscale: #8B8B8B. Windows color (decimal): -2723258 or 4616918. OLE color: 4616918.

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

Color convert

RGB 214 114 70 -
CMYK 0 0.47 0.67 0.16
HSL 18.33º 0.64% 0.56% -
HSV(B) 18.33º 0.67% 0.84% -
XYZ 34.85 26.77 9.13 -
YUV 138.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 214 114 70 0 0.47 0.67 0.16 18.33 0.64 0.56
Hex D6 72 46 0 2F 43 10 12 40 38
Octal 326 162 106 0 57 103 20 22 100 70
Binary 11010110 1110010 1000110 0 101111 1000011 10000 10010 1000000 111000

Color Harmonies of #D67246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67246

Black with #D67246

Text Example


Text Example

White with #D67246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67246; }

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

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

background-color css

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

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

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

border-color css

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

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

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