Html Css Color HEX #D67669 New York Pink

📋 copy color: '#D67669'

red 214 ◦ green 118 ◦ blue 105

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

Shades of New York Pink #D67669

Tints of New York Pink #D67669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

 BLUE value IS 105 (41.41% from 255) = 24.03%

R = 48.97%
G = 27%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D67669 (or 0xD67669) is known color: New York Pink. HEX triplet: D6, 76 and 69. RGB value is (214,118,105). Sum of RGB (Red+Green+Blue) = 214+118+105=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D67669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67669 is #298996. Grayscale: #919191. Windows color (decimal): -2722199 or 6911702. OLE color: 6911702.

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

Color convert

RGB 214 118 105 -
CMYK 0 0.45 0.51 0.16
HSL 7.16º 0.57% 0.63% -
HSV(B) 7.16º 0.51% 0.84% -
XYZ 36.76 28.27 16.88 -
YUV 145.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 214 118 105 0 0.45 0.51 0.16 7.16 0.57 0.63
Hex D6 76 69 0 2D 33 10 7 39 3F
Octal 326 166 151 0 55 63 20 7 71 77
Binary 11010110 1110110 1101001 0 101101 110011 10000 111 111001 111111

Color Harmonies of #D67669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67669

Black with #D67669

Text Example


Text Example

White with #D67669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67669; }

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

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

background-color css

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

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

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

border-color css

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

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

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