Html Css Color HEX #D68773 New York Pink

📋 copy color: '#D68773'

red 214 ◦ green 135 ◦ blue 115

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

Shades of New York Pink #D68773

Tints of New York Pink #D68773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.78%

R = 46.12%
G = 29.09%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D68773 (or 0xD68773) is known color: New York Pink. HEX triplet: D6, 87 and 73. RGB value is (214,135,115). Sum of RGB (Red+Green+Blue) = 214+135+115=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D68773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68773 is #29788C. Grayscale: #9C9C9C. Windows color (decimal): -2717837 or 7571414. OLE color: 7571414.

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

Color convert

RGB 214 135 115 -
CMYK 0 0.37 0.46 0.16
HSL 12.12º 0.55% 0.65% -
HSV(B) 12.12º 0.46% 0.84% -
XYZ 39.49 32.86 20.48 -
YUV 156.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 214 135 115 0 0.37 0.46 0.16 12.12 0.55 0.65
Hex D6 87 73 0 25 2E 10 C 37 41
Octal 326 207 163 0 45 56 20 14 67 101
Binary 11010110 10000111 1110011 0 100101 101110 10000 1100 110111 1000001

Color Harmonies of #D68773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68773

Black with #D68773

Text Example


Text Example

White with #D68773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68773; }

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

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

background-color css

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

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

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

border-color css

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

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

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