Html Css Color HEX #D68672 New York Pink

📋 copy color: '#D68672'

red 214 ◦ green 134 ◦ blue 114

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

Shades of New York Pink #D68672

Tints of New York Pink #D68672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

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

R = 46.32%
G = 29%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68672 (or 0xD68672) is known color: New York Pink. HEX triplet: D6, 86 and 72. RGB value is (214,134,114). Sum of RGB (Red+Green+Blue) = 214+134+114=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68672 is #29798D. Grayscale: #9B9B9B. Windows color (decimal): -2718094 or 7505622. OLE color: 7505622.

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

Color convert

RGB 214 134 114 -
CMYK 0 0.37 0.47 0.16
HSL 12º 0.55% 0.64% -
HSV(B) 12º 0.47% 0.84% -
XYZ 39.29 32.56 20.13 -
YUV 155.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 214 134 114 0 0.37 0.47 0.16 12 0.55 0.64
Hex D6 86 72 0 25 2F 10 C 37 40
Octal 326 206 162 0 45 57 20 14 67 100
Binary 11010110 10000110 1110010 0 100101 101111 10000 1100 110111 1000000

Color Harmonies of #D68672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68672

Black with #D68672

Text Example


Text Example

White with #D68672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68672; }

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

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

background-color css

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

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

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

border-color css

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

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

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