Html Css Color HEX #D67E6F New York Pink

📋 copy color: '#D67E6F'

red 214 ◦ green 126 ◦ blue 111

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

Shades of New York Pink #D67E6F

Tints of New York Pink #D67E6F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.94%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 47.45%
G = 27.94%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D67E6F (or 0xD67E6F) is known color: New York Pink. HEX triplet: D6, 7E and 6F. RGB value is (214,126,111). Sum of RGB (Red+Green+Blue) = 214+126+111=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E6F is #298190. Grayscale: #969696. Windows color (decimal): -2720145 or 7306966. OLE color: 7306966.

HSL color Cylindrical-coordinate representation of color #D67E6F: hue angle of 8.74º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67E6F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 111 -
CMYK 0 0.41 0.48 0.16
HSL 8.74º 0.56% 0.64% -
HSV(B) 8.74º 0.48% 0.84% -
XYZ 38.06 30.37 18.89 -
YUV 150.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 214 126 111 0 0.41 0.48 0.16 8.74 0.56 0.64
Hex D6 7E 6F 0 29 30 10 9 38 40
Octal 326 176 157 0 51 60 20 11 70 100
Binary 11010110 1111110 1101111 0 101001 110000 10000 1001 111000 1000000

Color Harmonies of #D67E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E6F

Black with #D67E6F

Text Example


Text Example

White with #D67E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E6F; }

 p { color: rgb(214,126,111); }

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

background-color css

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

 a { background-color: rgb(214,126,111); }

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

border-color css

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

 span { border-color: rgb(214,126,111); }

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