Html Css Color HEX #D07E74 New York Pink

📋 copy color: '#D07E74'

red 208 ◦ green 126 ◦ blue 116

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

Shades of New York Pink #D07E74

Tints of New York Pink #D07E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28%

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

R = 46.22%
G = 28%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07E74 (or 0xD07E74) is known color: New York Pink. HEX triplet: D0, 7E and 74. RGB value is (208,126,116). Sum of RGB (Red+Green+Blue) = 208+126+116=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E74 is #2F818B. Grayscale: #959595. Windows color (decimal): -3113356 or 7634640. OLE color: 7634640.

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

Color convert

RGB 208 126 116 -
CMYK 0 0.39 0.44 0.18
HSL 6.52º 0.49% 0.64% -
HSV(B) 6.52º 0.44% 0.82% -
XYZ 36.63 29.59 20.3 -
YUV 149.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 208 126 116 0 0.39 0.44 0.18 6.52 0.49 0.64
Hex D0 7E 74 0 27 2C 12 7 31 40
Octal 320 176 164 0 47 54 22 7 61 100
Binary 11010000 1111110 1110100 0 100111 101100 10010 111 110001 1000000

Color Harmonies of #D07E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E74

Black with #D07E74

Text Example


Text Example

White with #D07E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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