Html Css Color HEX #D08470 New York Pink

📋 copy color: '#D08470'

red 208 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #D08470

Tints of New York Pink #D08470

RGB

 RED value IS 208 (81.64% from 255) = 46.02%

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

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

R = 46.02%
G = 29.2%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D08470 (or 0xD08470) is known color: New York Pink. HEX triplet: D0, 84 and 70. RGB value is (208,132,112). Sum of RGB (Red+Green+Blue) = 208+132+112=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D08470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08470 is #2F7B8F. Grayscale: #989898. Windows color (decimal): -3111824 or 7374032. OLE color: 7374032.

HSL color Cylindrical-coordinate representation of color #D08470: hue angle of 12.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D08470 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 112 -
CMYK 0 0.37 0.46 0.18
HSL 12.5º 0.51% 0.63% -
HSV(B) 12.5º 0.46% 0.82% -
XYZ 37.19 31.08 19.37 -
YUV 152.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 208 132 112 0 0.37 0.46 0.18 12.5 0.51 0.63
Hex D0 84 70 0 25 2E 12 C 33 3F
Octal 320 204 160 0 45 56 22 14 63 77
Binary 11010000 10000100 1110000 0 100101 101110 10010 1100 110011 111111

Color Harmonies of #D08470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08470

Black with #D08470

Text Example


Text Example

White with #D08470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08470; }

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

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

background-color css

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

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

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

border-color css

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

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

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