Html Css Color HEX #D38470 New York Pink

📋 copy color: '#D38470'

red 211 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #D38470

Tints of New York Pink #D38470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 46.37%
G = 29.01%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D38470 (or 0xD38470) is known color: New York Pink. HEX triplet: D3, 84 and 70. RGB value is (211,132,112). Sum of RGB (Red+Green+Blue) = 211+132+112=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D38470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38470 is #2C7B8F. Grayscale: #999999. Windows color (decimal): -2915216 or 7374035. OLE color: 7374035.

HSL color Cylindrical-coordinate representation of color #D38470: hue angle of 12.12º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D38470 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 112 -
CMYK 0 0.37 0.47 0.17
HSL 12.12º 0.53% 0.63% -
HSV(B) 12.12º 0.47% 0.83% -
XYZ 38.04 31.52 19.41 -
YUV 153.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 211 132 112 0 0.37 0.47 0.17 12.12 0.53 0.63
Hex D3 84 70 0 25 2F 11 C 35 3F
Octal 323 204 160 0 45 57 21 14 65 77
Binary 11010011 10000100 1110000 0 100101 101111 10001 1100 110101 111111

Color Harmonies of #D38470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38470

Black with #D38470

Text Example


Text Example

White with #D38470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38470; }

 p { color: rgb(211,132,112); }

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

background-color css

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

 a { background-color: rgb(211,132,112); }

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

border-color css

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

 span { border-color: rgb(211,132,112); }

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