Html Css Color HEX #D68972 New York Pink

📋 copy color: '#D68972'

red 214 ◦ green 137 ◦ blue 114

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

Shades of New York Pink #D68972

Tints of New York Pink #D68972

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68972 (or 0xD68972) is known color: New York Pink. HEX triplet: D6, 89 and 72. RGB value is (214,137,114). Sum of RGB (Red+Green+Blue) = 214+137+114=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68972 is #29768D. Grayscale: #9D9D9D. Windows color (decimal): -2717326 or 7506390. OLE color: 7506390.

HSL color Cylindrical-coordinate representation of color #D68972: hue angle of 13.8º 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 #D68972 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 114 -
CMYK 0 0.36 0.47 0.16
HSL 13.8º 0.55% 0.64% -
HSV(B) 13.8º 0.47% 0.84% -
XYZ 39.71 33.4 20.27 -
YUV 157.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 214 137 114 0 0.36 0.47 0.16 13.8 0.55 0.64
Hex D6 89 72 0 24 2F 10 E 37 40
Octal 326 211 162 0 44 57 20 16 67 100
Binary 11010110 10001001 1110010 0 100100 101111 10000 1110 110111 1000000

Color Harmonies of #D68972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68972

Black with #D68972

Text Example


Text Example

White with #D68972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68972; }

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

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

background-color css

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

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

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

border-color css

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

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

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