Html Css Color HEX #D67048 Red Damask

📋 copy color: '#D67048'

red 214 ◦ green 112 ◦ blue 72

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

Shades of Red Damask #D67048

Tints of Red Damask #D67048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 53.77%
G = 28.14%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D67048 (or 0xD67048) is known color: Red Damask. HEX triplet: D6, 70 and 48. RGB value is (214,112,72). Sum of RGB (Red+Green+Blue) = 214+112+72=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D67048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67048 is #298FB7. Grayscale: #8A8A8A. Windows color (decimal): -2723768 or 4747478. OLE color: 4747478.

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

Color convert

RGB 214 112 72 -
CMYK 0 0.48 0.66 0.16
HSL 16.9º 0.63% 0.56% -
HSV(B) 16.9º 0.66% 0.84% -
XYZ 34.7 26.35 9.39 -
YUV 137.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 214 112 72 0 0.48 0.66 0.16 16.9 0.63 0.56
Hex D6 70 48 0 30 42 10 11 3F 38
Octal 326 160 110 0 60 102 20 21 77 70
Binary 11010110 1110000 1001000 0 110000 1000010 10000 10001 111111 111000

Color Harmonies of #D67048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67048

Black with #D67048

Text Example


Text Example

White with #D67048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67048; }

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

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

background-color css

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

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

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

border-color css

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

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

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