Html Css Color HEX #D08370 New York Pink

📋 copy color: '#D08370'

red 208 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #D08370

Tints of New York Pink #D08370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

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

R = 46.12%
G = 29.05%
B = 24.83%

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

#D08370 (or 0xD08370) is known color: New York Pink. HEX triplet: D0, 83 and 70. RGB value is (208,131,112). Sum of RGB (Red+Green+Blue) = 208+131+112=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D08370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08370 is #2F7C8F. Grayscale: #989898. Windows color (decimal): -3112080 or 7373776. OLE color: 7373776.

HSL color Cylindrical-coordinate representation of color #D08370: hue angle of 11.88º 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 #D08370 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 112 -
CMYK 0 0.37 0.46 0.18
HSL 11.88º 0.51% 0.63% -
HSV(B) 11.88º 0.46% 0.82% -
XYZ 37.05 30.81 19.32 -
YUV 151.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 208 131 112 0 0.37 0.46 0.18 11.88 0.51 0.63
Hex D0 83 70 0 25 2E 12 C 33 3F
Octal 320 203 160 0 45 56 22 14 63 77
Binary 11010000 10000011 1110000 0 100101 101110 10010 1100 110011 111111

Color Harmonies of #D08370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08370

Black with #D08370

Text Example


Text Example

White with #D08370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08370; }

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

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

background-color css

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

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

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

border-color css

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

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

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