Html Css Color HEX #D08473 New York Pink

📋 copy color: '#D08473'

red 208 ◦ green 132 ◦ blue 115

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

Shades of New York Pink #D08473

Tints of New York Pink #D08473

RGB

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

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

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

R = 45.71%
G = 29.01%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D08473 (or 0xD08473) is known color: New York Pink. HEX triplet: D0, 84 and 73. RGB value is (208,132,115). Sum of RGB (Red+Green+Blue) = 208+132+115=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D08473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08473 is #2F7B8C. Grayscale: #989898. Windows color (decimal): -3111821 or 7570640. OLE color: 7570640.

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

Color convert

RGB 208 132 115 -
CMYK 0 0.37 0.45 0.18
HSL 10.97º 0.5% 0.63% -
HSV(B) 10.97º 0.45% 0.82% -
XYZ 37.36 31.15 20.26 -
YUV 152.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 208 132 115 0 0.37 0.45 0.18 10.97 0.5 0.63
Hex D0 84 73 0 25 2D 12 B 32 3F
Octal 320 204 163 0 45 55 22 13 62 77
Binary 11010000 10000100 1110011 0 100101 101101 10010 1011 110010 111111

Color Harmonies of #D08473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08473

Black with #D08473

Text Example


Text Example

White with #D08473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08473; }

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

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

background-color css

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

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

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

border-color css

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

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

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