Html Css Color HEX #D67C6E New York Pink

📋 copy color: '#D67C6E'

red 214 ◦ green 124 ◦ blue 110

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

Shades of New York Pink #D67C6E

Tints of New York Pink #D67C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

 BLUE value IS 110 (43.36% from 255) = 24.55%

R = 47.77%
G = 27.68%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D67C6E (or 0xD67C6E) is known color: New York Pink. HEX triplet: D6, 7C and 6E. RGB value is (214,124,110). Sum of RGB (Red+Green+Blue) = 214+124+110=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C6E is #298391. Grayscale: #959595. Windows color (decimal): -2720658 or 7240918. OLE color: 7240918.

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

Color convert

RGB 214 124 110 -
CMYK 0 0.42 0.49 0.16
HSL 8.08º 0.56% 0.64% -
HSV(B) 8.08º 0.49% 0.84% -
XYZ 37.75 29.84 18.52 -
YUV 149.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 214 124 110 0 0.42 0.49 0.16 8.08 0.56 0.64
Hex D6 7C 6E 0 2A 31 10 8 38 40
Octal 326 174 156 0 52 61 20 10 70 100
Binary 11010110 1111100 1101110 0 101010 110001 10000 1000 111000 1000000

Color Harmonies of #D67C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C6E

Black with #D67C6E

Text Example


Text Example

White with #D67C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C6E; }

 p { color: rgb(214,124,110); }

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

background-color css

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

 a { background-color: rgb(214,124,110); }

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

border-color css

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

 span { border-color: rgb(214,124,110); }

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