Html Css Color HEX #D07E6E New York Pink

📋 copy color: '#D07E6E'

red 208 ◦ green 126 ◦ blue 110

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

Shades of New York Pink #D07E6E

Tints of New York Pink #D07E6E

RGB

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

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

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

R = 46.85%
G = 28.38%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D07E6E (or 0xD07E6E) is known color: New York Pink. HEX triplet: D0, 7E and 6E. RGB value is (208,126,110). Sum of RGB (Red+Green+Blue) = 208+126+110=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E6E is #2F8191. Grayscale: #949494. Windows color (decimal): -3113362 or 7241424. OLE color: 7241424.

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

Color convert

RGB 208 126 110 -
CMYK 0 0.39 0.47 0.18
HSL 9.8º 0.51% 0.62% -
HSV(B) 9.8º 0.47% 0.82% -
XYZ 36.29 29.46 18.53 -
YUV 148.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 208 126 110 0 0.39 0.47 0.18 9.8 0.51 0.62
Hex D0 7E 6E 0 27 2F 12 A 33 3E
Octal 320 176 156 0 47 57 22 12 63 76
Binary 11010000 1111110 1101110 0 100111 101111 10010 1010 110011 111110

Color Harmonies of #D07E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E6E

Black with #D07E6E

Text Example


Text Example

White with #D07E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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