Html Css Color HEX #D67982 Charm

📋 copy color: '#D67982'

red 214 ◦ green 121 ◦ blue 130

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

Shades of Charm #D67982

Tints of Charm #D67982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 46.02%
G = 26.02%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D67982 (or 0xD67982) is known color: Charm. HEX triplet: D6, 79 and 82. RGB value is (214,121,130). Sum of RGB (Red+Green+Blue) = 214+121+130=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D67982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67982 is #29867D. Grayscale: #959595. Windows color (decimal): -2721406 or 8550870. OLE color: 8550870.

HSL color Cylindrical-coordinate representation of color #D67982: hue angle of 354.19º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67982 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 130 -
CMYK 0 0.43 0.39 0.16
HSL 354.19º 0.53% 0.66% -
HSV(B) 354.19º 0.43% 0.84% -
XYZ 38.6 29.58 24.79 -
YUV 149.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 214 121 130 0 0.43 0.39 0.16 354.19 0.53 0.66
Hex D6 79 82 0 2B 27 10 162 35 42
Octal 326 171 202 0 53 47 20 542 65 102
Binary 11010110 1111001 10000010 0 101011 100111 10000 101100010 110101 1000010

Color Harmonies of #D67982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67982

Black with #D67982

Text Example


Text Example

White with #D67982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67982; }

 p { color: rgb(214,121,130); }

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

background-color css

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

 a { background-color: rgb(214,121,130); }

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

border-color css

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

 span { border-color: rgb(214,121,130); }

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