Html Css Color HEX #D68770 New York Pink

📋 copy color: '#D68770'

red 214 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #D68770

Tints of New York Pink #D68770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 46.42%
G = 29.28%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68770 (or 0xD68770) is known color: New York Pink. HEX triplet: D6, 87 and 70. RGB value is (214,135,112). Sum of RGB (Red+Green+Blue) = 214+135+112=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68770 is #29788F. Grayscale: #9C9C9C. Windows color (decimal): -2717840 or 7374806. OLE color: 7374806.

HSL color Cylindrical-coordinate representation of color #D68770: hue angle of 13.53º degrees, saturation: 0.55, 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 #D68770 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 112 -
CMYK 0 0.37 0.48 0.16
HSL 13.53º 0.55% 0.64% -
HSV(B) 13.53º 0.48% 0.84% -
XYZ 39.32 32.79 19.59 -
YUV 156 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 214 135 112 0 0.37 0.48 0.16 13.53 0.55 0.64
Hex D6 87 70 0 25 30 10 E 37 40
Octal 326 207 160 0 45 60 20 16 67 100
Binary 11010110 10000111 1110000 0 100101 110000 10000 1110 110111 1000000

Color Harmonies of #D68770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68770

Black with #D68770

Text Example


Text Example

White with #D68770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68770; }

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

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

background-color css

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

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

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

border-color css

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

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

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