Html Css Color HEX #D67E6D New York Pink

📋 copy color: '#D67E6D'

red 214 ◦ green 126 ◦ blue 109

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

Shades of New York Pink #D67E6D

Tints of New York Pink #D67E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 47.66%
G = 28.06%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D67E6D (or 0xD67E6D) is known color: New York Pink. HEX triplet: D6, 7E and 6D. RGB value is (214,126,109). Sum of RGB (Red+Green+Blue) = 214+126+109=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E6D is #298192. Grayscale: #969696. Windows color (decimal): -2720147 or 7175894. OLE color: 7175894.

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

Color convert

RGB 214 126 109 -
CMYK 0 0.41 0.49 0.16
HSL 9.71º 0.56% 0.63% -
HSV(B) 9.71º 0.49% 0.84% -
XYZ 37.95 30.32 18.32 -
YUV 150.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 214 126 109 0 0.41 0.49 0.16 9.71 0.56 0.63
Hex D6 7E 6D 0 29 31 10 A 38 3F
Octal 326 176 155 0 51 61 20 12 70 77
Binary 11010110 1111110 1101101 0 101001 110001 10000 1010 111000 111111

Color Harmonies of #D67E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E6D

Black with #D67E6D

Text Example


Text Example

White with #D67E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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