Html Css Color HEX #D68274 New York Pink

📋 copy color: '#D68274'

red 214 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #D68274

Tints of New York Pink #D68274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 46.52%
G = 28.26%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68274 (or 0xD68274) is known color: New York Pink. HEX triplet: D6, 82 and 74. RGB value is (214,130,116). Sum of RGB (Red+Green+Blue) = 214+130+116=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D68274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68274 is #297D8B. Grayscale: #999999. Windows color (decimal): -2719116 or 7635670. OLE color: 7635670.

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

Color convert

RGB 214 130 116 -
CMYK 0 0.39 0.46 0.16
HSL 8.57º 0.54% 0.65% -
HSV(B) 8.57º 0.46% 0.84% -
XYZ 38.87 31.52 20.56 -
YUV 153.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 214 130 116 0 0.39 0.46 0.16 8.57 0.54 0.65
Hex D6 82 74 0 27 2E 10 9 36 41
Octal 326 202 164 0 47 56 20 11 66 101
Binary 11010110 10000010 1110100 0 100111 101110 10000 1001 110110 1000001

Color Harmonies of #D68274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68274

Black with #D68274

Text Example


Text Example

White with #D68274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68274; }

 p { color: rgb(214,130,116); }

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

background-color css

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

 a { background-color: rgb(214,130,116); }

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

border-color css

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

 span { border-color: rgb(214,130,116); }

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