Html Css Color HEX #D68471 New York Pink

📋 copy color: '#D68471'

red 214 ◦ green 132 ◦ blue 113

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

Shades of New York Pink #D68471

Tints of New York Pink #D68471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

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

R = 46.62%
G = 28.76%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68471 (or 0xD68471) is known color: New York Pink. HEX triplet: D6, 84 and 71. RGB value is (214,132,113). Sum of RGB (Red+Green+Blue) = 214+132+113=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68471 is #297B8E. Grayscale: #9A9A9A. Windows color (decimal): -2718607 or 7439574. OLE color: 7439574.

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

Color convert

RGB 214 132 113 -
CMYK 0 0.38 0.47 0.16
HSL 11.29º 0.55% 0.64% -
HSV(B) 11.29º 0.47% 0.84% -
XYZ 38.96 31.99 19.74 -
YUV 154.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 214 132 113 0 0.38 0.47 0.16 11.29 0.55 0.64
Hex D6 84 71 0 26 2F 10 B 37 40
Octal 326 204 161 0 46 57 20 13 67 100
Binary 11010110 10000100 1110001 0 100110 101111 10000 1011 110111 1000000

Color Harmonies of #D68471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68471

Black with #D68471

Text Example


Text Example

White with #D68471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68471; }

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

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

background-color css

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

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

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

border-color css

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

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

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