Html Css Color HEX #D67289 Charm

📋 copy color: '#D67289'

red 214 ◦ green 114 ◦ blue 137

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

Shades of Charm #D67289

Tints of Charm #D67289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.52%

 BLUE value IS 137 (53.91% from 255) = 29.46%

R = 46.02%
G = 24.52%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D67289 (or 0xD67289) is known color: Charm. HEX triplet: D6, 72 and 89. RGB value is (214,114,137). Sum of RGB (Red+Green+Blue) = 214+114+137=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D67289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67289 is #298D76. Grayscale: #929292. Windows color (decimal): -2723191 or 9007830. OLE color: 9007830.

HSL color Cylindrical-coordinate representation of color #D67289: hue angle of 346.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67289 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 137 -
CMYK 0 0.47 0.36 0.16
HSL 346.2º 0.55% 0.64% -
HSV(B) 346.2º 0.47% 0.84% -
XYZ 38.26 28.14 27.08 -
YUV 146.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 214 114 137 0 0.47 0.36 0.16 346.2 0.55 0.64
Hex D6 72 89 0 2F 24 10 15A 37 40
Octal 326 162 211 0 57 44 20 532 67 100
Binary 11010110 1110010 10001001 0 101111 100100 10000 101011010 110111 1000000

Color Harmonies of #D67289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67289

Black with #D67289

Text Example


Text Example

White with #D67289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67289; }

 p { color: rgb(214,114,137); }

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

background-color css

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

 a { background-color: rgb(214,114,137); }

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

border-color css

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

 span { border-color: rgb(214,114,137); }

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