Html Css Color HEX #D68371 New York Pink

📋 copy color: '#D68371'

red 214 ◦ green 131 ◦ blue 113

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

Shades of New York Pink #D68371

Tints of New York Pink #D68371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 46.72%
G = 28.6%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68371 (or 0xD68371) is known color: New York Pink. HEX triplet: D6, 83 and 71. RGB value is (214,131,113). Sum of RGB (Red+Green+Blue) = 214+131+113=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D68371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68371 is #297C8E. Grayscale: #999999. Windows color (decimal): -2718863 or 7439318. OLE color: 7439318.

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

Color convert

RGB 214 131 113 -
CMYK 0 0.39 0.47 0.16
HSL 10.69º 0.55% 0.64% -
HSV(B) 10.69º 0.47% 0.84% -
XYZ 38.83 31.72 19.7 -
YUV 153.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 214 131 113 0 0.39 0.47 0.16 10.69 0.55 0.64
Hex D6 83 71 0 27 2F 10 B 37 40
Octal 326 203 161 0 47 57 20 13 67 100
Binary 11010110 10000011 1110001 0 100111 101111 10000 1011 110111 1000000

Color Harmonies of #D68371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68371

Black with #D68371

Text Example


Text Example

White with #D68371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68371; }

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

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

background-color css

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

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

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

border-color css

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

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

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