Html Css Color HEX #D68370 New York Pink

📋 copy color: '#D68370'

red 214 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #D68370

Tints of New York Pink #D68370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.67%

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

R = 46.83%
G = 28.67%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68370 (or 0xD68370) is known color: New York Pink. HEX triplet: D6, 83 and 70. RGB value is (214,131,112). Sum of RGB (Red+Green+Blue) = 214+131+112=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68370 is #297C8F. Grayscale: #999999. Windows color (decimal): -2718864 or 7373782. OLE color: 7373782.

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

Color convert

RGB 214 131 112 -
CMYK 0 0.39 0.48 0.16
HSL 11.18º 0.55% 0.64% -
HSV(B) 11.18º 0.48% 0.84% -
XYZ 38.77 31.7 19.4 -
YUV 153.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 214 131 112 0 0.39 0.48 0.16 11.18 0.55 0.64
Hex D6 83 70 0 27 30 10 B 37 40
Octal 326 203 160 0 47 60 20 13 67 100
Binary 11010110 10000011 1110000 0 100111 110000 10000 1011 110111 1000000

Color Harmonies of #D68370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68370

Black with #D68370

Text Example


Text Example

White with #D68370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68370; }

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

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

background-color css

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

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

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

border-color css

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

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

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