Html Css Color HEX #D66B4A Red Damask

📋 copy color: '#D66B4A'

red 214 ◦ green 107 ◦ blue 74

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

Shades of Red Damask #D66B4A

Tints of Red Damask #D66B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 54.18%
G = 27.09%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D66B4A (or 0xD66B4A) is known color: Red Damask. HEX triplet: D6, 6B and 4A. RGB value is (214,107,74). Sum of RGB (Red+Green+Blue) = 214+107+74=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B4A is #2994B5. Grayscale: #878787. Windows color (decimal): -2725046 or 4877270. OLE color: 4877270.

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

Color convert

RGB 214 107 74 -
CMYK 0 0.50 0.65 0.16
HSL 14.14º 0.63% 0.56% -
HSV(B) 14.14º 0.65% 0.84% -
XYZ 34.23 25.31 9.56 -
YUV 135.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 214 107 74 0 0.50 0.65 0.16 14.14 0.63 0.56
Hex D6 6B 4A 0 32 41 10 E 3F 38
Octal 326 153 112 0 62 101 20 16 77 70
Binary 11010110 1101011 1001010 0 110010 1000001 10000 1110 111111 111000

Color Harmonies of #D66B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B4A

Black with #D66B4A

Text Example


Text Example

White with #D66B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B4A; }

 p { color: rgb(214,107,74); }

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

background-color css

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

 a { background-color: rgb(214,107,74); }

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

border-color css

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

 span { border-color: rgb(214,107,74); }

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