Html Css Color HEX #D68771 New York Pink

📋 copy color: '#D68771'

red 214 ◦ green 135 ◦ blue 113

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

Shades of New York Pink #D68771

Tints of New York Pink #D68771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.22%

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

R = 46.32%
G = 29.22%
B = 24.46%

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

#D68771 (or 0xD68771) is known color: New York Pink. HEX triplet: D6, 87 and 71. RGB value is (214,135,113). Sum of RGB (Red+Green+Blue) = 214+135+113=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68771 is #29788E. Grayscale: #9C9C9C. Windows color (decimal): -2717839 or 7440342. OLE color: 7440342.

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

Color convert

RGB 214 135 113 -
CMYK 0 0.37 0.47 0.16
HSL 13.07º 0.55% 0.64% -
HSV(B) 13.07º 0.47% 0.84% -
XYZ 39.38 32.82 19.88 -
YUV 156.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 214 135 113 0 0.37 0.47 0.16 13.07 0.55 0.64
Hex D6 87 71 0 25 2F 10 D 37 40
Octal 326 207 161 0 45 57 20 15 67 100
Binary 11010110 10000111 1110001 0 100101 101111 10000 1101 110111 1000000

Color Harmonies of #D68771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68771

Black with #D68771

Text Example


Text Example

White with #D68771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68771; }

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

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

background-color css

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

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

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

border-color css

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

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

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