Html Css Color HEX #D07D74 New York Pink

📋 copy color: '#D07D74'

red 208 ◦ green 125 ◦ blue 116

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

Shades of New York Pink #D07D74

Tints of New York Pink #D07D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 46.33%
G = 27.84%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07D74 (or 0xD07D74) is known color: New York Pink. HEX triplet: D0, 7D and 74. RGB value is (208,125,116). Sum of RGB (Red+Green+Blue) = 208+125+116=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D74 is #2F828B. Grayscale: #949494. Windows color (decimal): -3113612 or 7634384. OLE color: 7634384.

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

Color convert

RGB 208 125 116 -
CMYK 0 0.40 0.44 0.18
HSL 5.87º 0.49% 0.64% -
HSV(B) 5.87º 0.44% 0.82% -
XYZ 36.5 29.34 20.26 -
YUV 148.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 208 125 116 0 0.40 0.44 0.18 5.87 0.49 0.64
Hex D0 7D 74 0 28 2C 12 6 31 40
Octal 320 175 164 0 50 54 22 6 61 100
Binary 11010000 1111101 1110100 0 101000 101100 10010 110 110001 1000000

Color Harmonies of #D07D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D74

Black with #D07D74

Text Example


Text Example

White with #D07D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D74; }

 p { color: rgb(208,125,116); }

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

background-color css

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

 a { background-color: rgb(208,125,116); }

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

border-color css

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

 span { border-color: rgb(208,125,116); }

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