Html Css Color HEX #D68271 New York Pink

📋 copy color: '#D68271'

red 214 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #D68271

Tints of New York Pink #D68271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

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

R = 46.83%
G = 28.45%
B = 24.73%

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

#D68271 (or 0xD68271) is known color: New York Pink. HEX triplet: D6, 82 and 71. RGB value is (214,130,113). Sum of RGB (Red+Green+Blue) = 214+130+113=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68271 is #297D8E. Grayscale: #999999. Windows color (decimal): -2719119 or 7439062. OLE color: 7439062.

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

Color convert

RGB 214 130 113 -
CMYK 0 0.39 0.47 0.16
HSL 10.1º 0.55% 0.64% -
HSV(B) 10.1º 0.47% 0.84% -
XYZ 38.69 31.45 19.65 -
YUV 153.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 214 130 113 0 0.39 0.47 0.16 10.1 0.55 0.64
Hex D6 82 71 0 27 2F 10 A 37 40
Octal 326 202 161 0 47 57 20 12 67 100
Binary 11010110 10000010 1110001 0 100111 101111 10000 1010 110111 1000000

Color Harmonies of #D68271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68271

Black with #D68271

Text Example


Text Example

White with #D68271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68271; }

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

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

background-color css

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

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

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

border-color css

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

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

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