Html Css Color HEX #D06748 Red Damask

📋 copy color: '#D06748'

red 208 ◦ green 103 ◦ blue 72

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

Shades of Red Damask #D06748

Tints of Red Damask #D06748

RGB

 RED value IS 208 (81.64% from 255) = 54.31%

 GREEN value IS 103 (40.63% from 255) = 26.89%

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

R = 54.31%
G = 26.89%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D06748 (or 0xD06748) is known color: Red Damask. HEX triplet: D0, 67 and 48. RGB value is (208,103,72). Sum of RGB (Red+Green+Blue) = 208+103+72=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D06748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06748 is #2F98B7. Grayscale: #838383. Windows color (decimal): -3119288 or 4745168. OLE color: 4745168.

HSL color Cylindrical-coordinate representation of color #D06748: hue angle of 13.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D06748 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 72 -
CMYK 0 0.50 0.65 0.18
HSL 13.68º 0.59% 0.55% -
HSV(B) 13.68º 0.65% 0.82% -
XYZ 32.03 23.58 8.99 -
YUV 130.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 208 103 72 0 0.50 0.65 0.18 13.68 0.59 0.55
Hex D0 67 48 0 32 41 12 E 3B 37
Octal 320 147 110 0 62 101 22 16 73 67
Binary 11010000 1100111 1001000 0 110010 1000001 10010 1110 111011 110111

Color Harmonies of #D06748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06748

Black with #D06748

Text Example


Text Example

White with #D06748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06748; }

 p { color: rgb(208,103,72); }

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

background-color css

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

 a { background-color: rgb(208,103,72); }

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

border-color css

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

 span { border-color: rgb(208,103,72); }

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