Html Css Color HEX #D68671 New York Pink

📋 copy color: '#D68671'

red 214 ◦ green 134 ◦ blue 113

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

Shades of New York Pink #D68671

Tints of New York Pink #D68671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.07%

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

R = 46.42%
G = 29.07%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68671 (or 0xD68671) is known color: New York Pink. HEX triplet: D6, 86 and 71. RGB value is (214,134,113). Sum of RGB (Red+Green+Blue) = 214+134+113=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68671 is #29798E. Grayscale: #9B9B9B. Windows color (decimal): -2718095 or 7440086. OLE color: 7440086.

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

Color convert

RGB 214 134 113 -
CMYK 0 0.37 0.47 0.16
HSL 12.48º 0.55% 0.64% -
HSV(B) 12.48º 0.47% 0.84% -
XYZ 39.24 32.54 19.84 -
YUV 155.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 214 134 113 0 0.37 0.47 0.16 12.48 0.55 0.64
Hex D6 86 71 0 25 2F 10 C 37 40
Octal 326 206 161 0 45 57 20 14 67 100
Binary 11010110 10000110 1110001 0 100101 101111 10000 1100 110111 1000000

Color Harmonies of #D68671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68671

Black with #D68671

Text Example


Text Example

White with #D68671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68671; }

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

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

background-color css

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

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

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

border-color css

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

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

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