Html Css Color HEX #D08476 New York Pink

📋 copy color: '#D08476'

red 208 ◦ green 132 ◦ blue 118

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

Shades of New York Pink #D08476

Tints of New York Pink #D08476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.76%

R = 45.41%
G = 28.82%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D08476 (or 0xD08476) is known color: New York Pink. HEX triplet: D0, 84 and 76. RGB value is (208,132,118). Sum of RGB (Red+Green+Blue) = 208+132+118=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D08476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08476 is #2F7B89. Grayscale: #999999. Windows color (decimal): -3111818 or 7767248. OLE color: 7767248.

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

Color convert

RGB 208 132 118 -
CMYK 0 0.37 0.43 0.18
HSL 9.33º 0.49% 0.64% -
HSV(B) 9.33º 0.43% 0.82% -
XYZ 37.53 31.22 21.19 -
YUV 153.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 208 132 118 0 0.37 0.43 0.18 9.33 0.49 0.64
Hex D0 84 76 0 25 2B 12 9 31 40
Octal 320 204 166 0 45 53 22 11 61 100
Binary 11010000 10000100 1110110 0 100101 101011 10010 1001 110001 1000000

Color Harmonies of #D08476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08476

Black with #D08476

Text Example


Text Example

White with #D08476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08476; }

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

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

background-color css

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

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

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

border-color css

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

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

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