Html Css Color HEX #D68774 New York Pink

📋 copy color: '#D68774'

red 214 ◦ green 135 ◦ blue 116

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

Shades of New York Pink #D68774

Tints of New York Pink #D68774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.03%

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 46.02%
G = 29.03%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68774 (or 0xD68774) is known color: New York Pink. HEX triplet: D6, 87 and 74. RGB value is (214,135,116). Sum of RGB (Red+Green+Blue) = 214+135+116=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68774 is #29788B. Grayscale: #9C9C9C. Windows color (decimal): -2717836 or 7636950. OLE color: 7636950.

HSL color Cylindrical-coordinate representation of color #D68774: hue angle of 11.63º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D68774 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 116 -
CMYK 0 0.37 0.46 0.16
HSL 11.63º 0.54% 0.65% -
HSV(B) 11.63º 0.46% 0.84% -
XYZ 39.55 32.89 20.79 -
YUV 156.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 214 135 116 0 0.37 0.46 0.16 11.63 0.54 0.65
Hex D6 87 74 0 25 2E 10 C 36 41
Octal 326 207 164 0 45 56 20 14 66 101
Binary 11010110 10000111 1110100 0 100101 101110 10000 1100 110110 1000001

Color Harmonies of #D68774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68774

Black with #D68774

Text Example


Text Example

White with #D68774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68774; }

 p { color: rgb(214,135,116); }

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

background-color css

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

 a { background-color: rgb(214,135,116); }

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

border-color css

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

 span { border-color: rgb(214,135,116); }

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