Html Css Color HEX #D68570 New York Pink

📋 copy color: '#D68570'

red 214 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #D68570

Tints of New York Pink #D68570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

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

R = 46.62%
G = 28.98%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68570 (or 0xD68570) is known color: New York Pink. HEX triplet: D6, 85 and 70. RGB value is (214,133,112). Sum of RGB (Red+Green+Blue) = 214+133+112=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68570 is #297A8F. Grayscale: #9A9A9A. Windows color (decimal): -2718352 or 7374294. OLE color: 7374294.

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

Color convert

RGB 214 133 112 -
CMYK 0 0.38 0.48 0.16
HSL 12.35º 0.55% 0.64% -
HSV(B) 12.35º 0.48% 0.84% -
XYZ 39.04 32.24 19.49 -
YUV 154.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 214 133 112 0 0.38 0.48 0.16 12.35 0.55 0.64
Hex D6 85 70 0 26 30 10 C 37 40
Octal 326 205 160 0 46 60 20 14 67 100
Binary 11010110 10000101 1110000 0 100110 110000 10000 1100 110111 1000000

Color Harmonies of #D68570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68570

Black with #D68570

Text Example


Text Example

White with #D68570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68570; }

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

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

background-color css

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

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

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

border-color css

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

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

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