Html Css Color HEX #D67969 New York Pink

📋 copy color: '#D67969'

red 214 ◦ green 121 ◦ blue 105

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

Shades of New York Pink #D67969

Tints of New York Pink #D67969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.5%

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

R = 48.64%
G = 27.5%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D67969 (or 0xD67969) is known color: New York Pink. HEX triplet: D6, 79 and 69. RGB value is (214,121,105). Sum of RGB (Red+Green+Blue) = 214+121+105=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D67969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67969 is #298696. Grayscale: #939393. Windows color (decimal): -2721431 or 6912470. OLE color: 6912470.

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

Color convert

RGB 214 121 105 -
CMYK 0 0.43 0.51 0.16
HSL 8.81º 0.57% 0.63% -
HSV(B) 8.81º 0.51% 0.84% -
XYZ 37.12 28.99 17 -
YUV 146.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 214 121 105 0 0.43 0.51 0.16 8.81 0.57 0.63
Hex D6 79 69 0 2B 33 10 9 39 3F
Octal 326 171 151 0 53 63 20 11 71 77
Binary 11010110 1111001 1101001 0 101011 110011 10000 1001 111001 111111

Color Harmonies of #D67969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67969

Black with #D67969

Text Example


Text Example

White with #D67969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67969; }

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

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

background-color css

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

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

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

border-color css

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

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

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