#D67B69

Color #D67B69 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D67B69

Tints of New York Pink #D67B69

Color information

#D67B69 (or 0xD67B69) is unknown color: approx New York Pink. HEX triplet: D6, 7B and 69. RGB value is (214,123,105). Sum of RGB (Red+Green+Blue) = 214+123+105=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B69 is #298496. Grayscale: #949494. Windows color (decimal): -2720919 or 6912982. OLE color: 6912982.

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

Color convert

RGB214123105-
CMYK00.430.510.16
HSL9.91º57.07%62.55%-
HSV(B)9.91º50.93%83.92%-
XYZ37.3629.4817.09-
YUV148.16103.65174.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=48.42%
G=27.83%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412310500.430.510.169.9157.0762.55
HexD67B6902B3310a393f
Octal3261731510536320127177
Binary11010110111101111010010101011110011100001010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B69; }

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

 H1.HeaderClassName
 {
   color: #D67B69;
 }
 .AnyTagClassName
 {
   color: #D67B69;
 }
</style>
background-color css

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

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

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

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

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

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