Html Css Color HEX #D07A6E New York Pink

📋 copy color: '#D07A6E'

red 208 ◦ green 122 ◦ blue 110

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

Shades of New York Pink #D07A6E

Tints of New York Pink #D07A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25%

R = 47.27%
G = 27.73%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D07A6E (or 0xD07A6E) is known color: New York Pink. HEX triplet: D0, 7A and 6E. RGB value is (208,122,110). Sum of RGB (Red+Green+Blue) = 208+122+110=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A6E is #2F8591. Grayscale: #929292. Windows color (decimal): -3114386 or 7240400. OLE color: 7240400.

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

Color convert

RGB 208 122 110 -
CMYK 0 0.41 0.47 0.18
HSL 7.35º 0.51% 0.62% -
HSV(B) 7.35º 0.47% 0.82% -
XYZ 35.79 28.45 18.36 -
YUV 146.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 208 122 110 0 0.41 0.47 0.18 7.35 0.51 0.62
Hex D0 7A 6E 0 29 2F 12 7 33 3E
Octal 320 172 156 0 51 57 22 7 63 76
Binary 11010000 1111010 1101110 0 101001 101111 10010 111 110011 111110

Color Harmonies of #D07A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A6E

Black with #D07A6E

Text Example


Text Example

White with #D07A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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