Html Css Color HEX #D06C4B Red Damask

📋 copy color: '#D06C4B'

red 208 ◦ green 108 ◦ blue 75

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

Shades of Red Damask #D06C4B

Tints of Red Damask #D06C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 53.2%
G = 27.62%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D06C4B (or 0xD06C4B) is known color: Red Damask. HEX triplet: D0, 6C and 4B. RGB value is (208,108,75). Sum of RGB (Red+Green+Blue) = 208+108+75=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C4B is #2F93B4. Grayscale: #868686. Windows color (decimal): -3118005 or 4943056. OLE color: 4943056.

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

Color convert

RGB 208 108 75 -
CMYK 0 0.48 0.64 0.18
HSL 14.89º 0.59% 0.55% -
HSV(B) 14.89º 0.64% 0.82% -
XYZ 32.64 24.64 9.69 -
YUV 134.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 208 108 75 0 0.48 0.64 0.18 14.89 0.59 0.55
Hex D0 6C 4B 0 30 40 12 F 3B 37
Octal 320 154 113 0 60 100 22 17 73 67
Binary 11010000 1101100 1001011 0 110000 1000000 10010 1111 111011 110111

Color Harmonies of #D06C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C4B

Black with #D06C4B

Text Example


Text Example

White with #D06C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C4B; }

 p { color: rgb(208,108,75); }

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

background-color css

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

 a { background-color: rgb(208,108,75); }

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

border-color css

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

 span { border-color: rgb(208,108,75); }

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