Html Css Color HEX #D67E6C New York Pink

📋 copy color: '#D67E6C'

red 214 ◦ green 126 ◦ blue 108

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

Shades of New York Pink #D67E6C

Tints of New York Pink #D67E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 47.77%
G = 28.13%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D67E6C (or 0xD67E6C) is known color: New York Pink. HEX triplet: D6, 7E and 6C. RGB value is (214,126,108). Sum of RGB (Red+Green+Blue) = 214+126+108=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E6C is #298193. Grayscale: #969696. Windows color (decimal): -2720148 or 7110358. OLE color: 7110358.

HSL color Cylindrical-coordinate representation of color #D67E6C: hue angle of 10.19º degrees, saturation: 0.56, 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 #D67E6C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 108 -
CMYK 0 0.41 0.50 0.16
HSL 10.19º 0.56% 0.63% -
HSV(B) 10.19º 0.5% 0.84% -
XYZ 37.9 30.3 18.04 -
YUV 150.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 214 126 108 0 0.41 0.50 0.16 10.19 0.56 0.63
Hex D6 7E 6C 0 29 32 10 A 38 3F
Octal 326 176 154 0 51 62 20 12 70 77
Binary 11010110 1111110 1101100 0 101001 110010 10000 1010 111000 111111

Color Harmonies of #D67E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E6C

Black with #D67E6C

Text Example


Text Example

White with #D67E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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