Html Css Color HEX #D38173 New York Pink

📋 copy color: '#D38173'

red 211 ◦ green 129 ◦ blue 115

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

Shades of New York Pink #D38173

Tints of New York Pink #D38173

RGB

 RED value IS 211 (82.81% from 255) = 46.37%

 GREEN value IS 129 (50.78% from 255) = 28.35%

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

R = 46.37%
G = 28.35%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D38173 (or 0xD38173) is known color: New York Pink. HEX triplet: D3, 81 and 73. RGB value is (211,129,115). Sum of RGB (Red+Green+Blue) = 211+129+115=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D38173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38173 is #2C7E8C. Grayscale: #989898. Windows color (decimal): -2915981 or 7569875. OLE color: 7569875.

HSL color Cylindrical-coordinate representation of color #D38173: hue angle of 8.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38173 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 129 115 -
CMYK 0 0.39 0.45 0.17
HSL 8.75º 0.52% 0.64% -
HSV(B) 8.75º 0.45% 0.83% -
XYZ 37.81 30.79 20.17 -
YUV 151.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 211 129 115 0 0.39 0.45 0.17 8.75 0.52 0.64
Hex D3 81 73 0 27 2D 11 9 34 40
Octal 323 201 163 0 47 55 21 11 64 100
Binary 11010011 10000001 1110011 0 100111 101101 10001 1001 110100 1000000

Color Harmonies of #D38173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38173

Black with #D38173

Text Example


Text Example

White with #D38173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38173; }

 p { color: rgb(211,129,115); }

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

background-color css

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

 a { background-color: rgb(211,129,115); }

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

border-color css

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

 span { border-color: rgb(211,129,115); }

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