Html Css Color HEX #D07A70 New York Pink

📋 copy color: '#D07A70'

red 208 ◦ green 122 ◦ blue 112

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

Shades of New York Pink #D07A70

Tints of New York Pink #D07A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 47.06%
G = 27.6%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D07A70 (or 0xD07A70) is known color: New York Pink. HEX triplet: D0, 7A and 70. RGB value is (208,122,112). Sum of RGB (Red+Green+Blue) = 208+122+112=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A70 is #2F858F. Grayscale: #929292. Windows color (decimal): -3114384 or 7371472. OLE color: 7371472.

HSL color Cylindrical-coordinate representation of color #D07A70: hue angle of 6.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07A70 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 112 -
CMYK 0 0.41 0.46 0.18
HSL 6.25º 0.51% 0.63% -
HSV(B) 6.25º 0.46% 0.82% -
XYZ 35.9 28.5 18.94 -
YUV 146.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 208 122 112 0 0.41 0.46 0.18 6.25 0.51 0.63
Hex D0 7A 70 0 29 2E 12 6 33 3F
Octal 320 172 160 0 51 56 22 6 63 77
Binary 11010000 1111010 1110000 0 101001 101110 10010 110 110011 111111

Color Harmonies of #D07A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A70

Black with #D07A70

Text Example


Text Example

White with #D07A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A70; }

 p { color: rgb(208,122,112); }

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

background-color css

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

 a { background-color: rgb(208,122,112); }

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

border-color css

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

 span { border-color: rgb(208,122,112); }

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