Html Css Color HEX #D68489 Charm

📋 copy color: '#D68489'

red 214 ◦ green 132 ◦ blue 137

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

Shades of Charm #D68489

Tints of Charm #D68489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.33%

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

R = 44.31%
G = 27.33%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D68489 (or 0xD68489) is known color: Charm. HEX triplet: D6, 84 and 89. RGB value is (214,132,137). Sum of RGB (Red+Green+Blue) = 214+132+137=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68489 is #297B76. Grayscale: #9D9D9D. Windows color (decimal): -2718583 or 9012438. OLE color: 9012438.

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

Color convert

RGB 214 132 137 -
CMYK 0 0.38 0.36 0.16
HSL 356.34º 0.5% 0.68% -
HSV(B) 356.34º 0.38% 0.84% -
XYZ 40.5 32.6 27.83 -
YUV 157.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 214 132 137 0 0.38 0.36 0.16 356.34 0.5 0.68
Hex D6 84 89 0 26 24 10 164 32 44
Octal 326 204 211 0 46 44 20 544 62 104
Binary 11010110 10000100 10001001 0 100110 100100 10000 101100100 110010 1000100

Color Harmonies of #D68489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68489

Black with #D68489

Text Example


Text Example

White with #D68489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68489; }

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

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

background-color css

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

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

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

border-color css

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

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

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