Html Css Color HEX #D08372 New York Pink

📋 copy color: '#D08372'

red 208 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #D08372

Tints of New York Pink #D08372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 45.92%
G = 28.92%
B = 25.17%

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

#D08372 (or 0xD08372) is known color: New York Pink. HEX triplet: D0, 83 and 72. RGB value is (208,131,114). Sum of RGB (Red+Green+Blue) = 208+131+114=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D08372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08372 is #2F7C8D. Grayscale: #989898. Windows color (decimal): -3112078 or 7504848. OLE color: 7504848.

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

Color convert

RGB 208 131 114 -
CMYK 0 0.37 0.45 0.18
HSL 10.85º 0.5% 0.63% -
HSV(B) 10.85º 0.45% 0.82% -
XYZ 37.17 30.86 19.92 -
YUV 152.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 208 131 114 0 0.37 0.45 0.18 10.85 0.5 0.63
Hex D0 83 72 0 25 2D 12 B 32 3F
Octal 320 203 162 0 45 55 22 13 62 77
Binary 11010000 10000011 1110010 0 100101 101101 10010 1011 110010 111111

Color Harmonies of #D08372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08372

Black with #D08372

Text Example


Text Example

White with #D08372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08372; }

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

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

background-color css

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

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

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

border-color css

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

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

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