Html Css Color HEX #D08375 New York Pink

📋 copy color: '#D08375'

red 208 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #D08375

Tints of New York Pink #D08375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.66%

R = 45.61%
G = 28.73%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D08375 (or 0xD08375) is known color: New York Pink. HEX triplet: D0, 83 and 75. RGB value is (208,131,117). Sum of RGB (Red+Green+Blue) = 208+131+117=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08375 is #2F7C8A. Grayscale: #989898. Windows color (decimal): -3112075 or 7701456. OLE color: 7701456.

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

Color convert

RGB 208 131 117 -
CMYK 0 0.37 0.44 0.18
HSL 9.23º 0.49% 0.64% -
HSV(B) 9.23º 0.44% 0.82% -
XYZ 37.34 30.93 20.83 -
YUV 152.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 208 131 117 0 0.37 0.44 0.18 9.23 0.49 0.64
Hex D0 83 75 0 25 2C 12 9 31 40
Octal 320 203 165 0 45 54 22 11 61 100
Binary 11010000 10000011 1110101 0 100101 101100 10010 1001 110001 1000000

Color Harmonies of #D08375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08375

Black with #D08375

Text Example


Text Example

White with #D08375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08375; }

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

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

background-color css

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

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

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

border-color css

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

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

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