Html Css Color HEX #D67D6A New York Pink

📋 copy color: '#D67D6A'

red 214 ◦ green 125 ◦ blue 106

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

Shades of New York Pink #D67D6A

Tints of New York Pink #D67D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 48.09%
G = 28.09%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D67D6A (or 0xD67D6A) is known color: New York Pink. HEX triplet: D6, 7D and 6A. RGB value is (214,125,106). Sum of RGB (Red+Green+Blue) = 214+125+106=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D6A is #298295. Grayscale: #959595. Windows color (decimal): -2720406 or 6979030. OLE color: 6979030.

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

Color convert

RGB 214 125 106 -
CMYK 0 0.42 0.50 0.16
HSL 10.56º 0.57% 0.63% -
HSV(B) 10.56º 0.5% 0.84% -
XYZ 37.67 30 17.44 -
YUV 149.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 214 125 106 0 0.42 0.50 0.16 10.56 0.57 0.63
Hex D6 7D 6A 0 2A 32 10 B 39 3F
Octal 326 175 152 0 52 62 20 13 71 77
Binary 11010110 1111101 1101010 0 101010 110010 10000 1011 111001 111111

Color Harmonies of #D67D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D6A

Black with #D67D6A

Text Example


Text Example

White with #D67D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D6A; }

 p { color: rgb(214,125,106); }

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

background-color css

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

 a { background-color: rgb(214,125,106); }

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

border-color css

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

 span { border-color: rgb(214,125,106); }

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