Html Css Color HEX #D68A76 New York Pink

📋 copy color: '#D68A76'

red 214 ◦ green 138 ◦ blue 118

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

Shades of New York Pink #D68A76

Tints of New York Pink #D68A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.36%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 45.53%
G = 29.36%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D68A76 (or 0xD68A76) is known color: New York Pink. HEX triplet: D6, 8A and 76. RGB value is (214,138,118). Sum of RGB (Red+Green+Blue) = 214+138+118=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A76 is #297589. Grayscale: #9E9E9E. Windows color (decimal): -2717066 or 7768790. OLE color: 7768790.

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

Color convert

RGB 214 138 118 -
CMYK 0 0.36 0.45 0.16
HSL 12.5º 0.54% 0.65% -
HSV(B) 12.5º 0.45% 0.84% -
XYZ 40.09 33.78 21.55 -
YUV 158.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 214 138 118 0 0.36 0.45 0.16 12.5 0.54 0.65
Hex D6 8A 76 0 24 2D 10 C 36 41
Octal 326 212 166 0 44 55 20 14 66 101
Binary 11010110 10001010 1110110 0 100100 101101 10000 1100 110110 1000001

Color Harmonies of #D68A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A76

Black with #D68A76

Text Example


Text Example

White with #D68A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A76; }

 p { color: rgb(214,138,118); }

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

background-color css

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

 a { background-color: rgb(214,138,118); }

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

border-color css

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

 span { border-color: rgb(214,138,118); }

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