Html Css Color HEX #D07C74 New York Pink

📋 copy color: '#D07C74'

red 208 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #D07C74

Tints of New York Pink #D07C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.68%

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

R = 46.43%
G = 27.68%
B = 25.89%

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

#D07C74 (or 0xD07C74) is known color: New York Pink. HEX triplet: D0, 7C and 74. RGB value is (208,124,116). Sum of RGB (Red+Green+Blue) = 208+124+116=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C74 is #2F838B. Grayscale: #949494. Windows color (decimal): -3113868 or 7634128. OLE color: 7634128.

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

Color convert

RGB 208 124 116 -
CMYK 0 0.40 0.44 0.18
HSL 5.22º 0.49% 0.64% -
HSV(B) 5.22º 0.44% 0.82% -
XYZ 36.37 29.09 20.22 -
YUV 148.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 208 124 116 0 0.40 0.44 0.18 5.22 0.49 0.64
Hex D0 7C 74 0 28 2C 12 5 31 40
Octal 320 174 164 0 50 54 22 5 61 100
Binary 11010000 1111100 1110100 0 101000 101100 10010 101 110001 1000000

Color Harmonies of #D07C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C74

Black with #D07C74

Text Example


Text Example

White with #D07C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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