Html Css Color HEX #D26C47 Red Damask

📋 copy color: '#D26C47'

red 210 ◦ green 108 ◦ blue 71

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

Shades of Red Damask #D26C47

Tints of Red Damask #D26C47

RGB

 RED value IS 210 (82.42% from 255) = 53.98%

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

 BLUE value IS 71 (28.13% from 255) = 18.25%

R = 53.98%
G = 27.76%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D26C47 (or 0xD26C47) is known color: Red Damask. HEX triplet: D2, 6C and 47. RGB value is (210,108,71). Sum of RGB (Red+Green+Blue) = 210+108+71=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26C47 is #2D93B8. Grayscale: #868686. Windows color (decimal): -2986937 or 4680914. OLE color: 4680914.

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

Color convert

RGB 210 108 71 -
CMYK 0 0.49 0.66 0.18
HSL 15.97º 0.61% 0.55% -
HSV(B) 15.97º 0.66% 0.82% -
XYZ 33.08 24.88 9.02 -
YUV 134.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 210 108 71 0 0.49 0.66 0.18 15.97 0.61 0.55
Hex D2 6C 47 0 31 42 12 10 3D 37
Octal 322 154 107 0 61 102 22 20 75 67
Binary 11010010 1101100 1000111 0 110001 1000010 10010 10000 111101 110111

Color Harmonies of #D26C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26C47

Black with #D26C47

Text Example


Text Example

White with #D26C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26C47; }

 p { color: rgb(210,108,71); }

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

background-color css

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

 a { background-color: rgb(210,108,71); }

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

border-color css

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

 span { border-color: rgb(210,108,71); }

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