Html Css Color HEX #D68375 New York Pink

📋 copy color: '#D68375'

red 214 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #D68375

Tints of New York Pink #D68375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 46.32%
G = 28.35%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D68375 (or 0xD68375) is known color: New York Pink. HEX triplet: D6, 83 and 75. RGB value is (214,131,117). Sum of RGB (Red+Green+Blue) = 214+131+117=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68375 is #297C8A. Grayscale: #9A9A9A. Windows color (decimal): -2718859 or 7701462. OLE color: 7701462.

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

Color convert

RGB 214 131 117 -
CMYK 0 0.39 0.45 0.16
HSL 8.66º 0.54% 0.65% -
HSV(B) 8.66º 0.45% 0.84% -
XYZ 39.06 31.81 20.91 -
YUV 154.22 107 170.64 -
System Red Green Blue C M Y K H S L
Decimal 214 131 117 0 0.39 0.45 0.16 8.66 0.54 0.65
Hex D6 83 75 0 27 2D 10 9 36 41
Octal 326 203 165 0 47 55 20 11 66 101
Binary 11010110 10000011 1110101 0 100111 101101 10000 1001 110110 1000001

Color Harmonies of #D68375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68375

Black with #D68375

Text Example


Text Example

White with #D68375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68375; }

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

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

background-color css

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

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

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

border-color css

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

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

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