Html Css Color HEX #D07E6F New York Pink

📋 copy color: '#D07E6F'

red 208 ◦ green 126 ◦ blue 111

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

Shades of New York Pink #D07E6F

Tints of New York Pink #D07E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 46.74%
G = 28.31%
B = 24.94%

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

#D07E6F (or 0xD07E6F) is known color: New York Pink. HEX triplet: D0, 7E and 6F. RGB value is (208,126,111). Sum of RGB (Red+Green+Blue) = 208+126+111=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E6F is #2F8190. Grayscale: #949494. Windows color (decimal): -3113361 or 7306960. OLE color: 7306960.

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

Color convert

RGB 208 126 111 -
CMYK 0 0.39 0.47 0.18
HSL 9.28º 0.51% 0.63% -
HSV(B) 9.28º 0.47% 0.82% -
XYZ 36.34 29.48 18.81 -
YUV 148.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 208 126 111 0 0.39 0.47 0.18 9.28 0.51 0.63
Hex D0 7E 6F 0 27 2F 12 9 33 3F
Octal 320 176 157 0 47 57 22 11 63 77
Binary 11010000 1111110 1101111 0 100111 101111 10010 1001 110011 111111

Color Harmonies of #D07E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E6F

Black with #D07E6F

Text Example


Text Example

White with #D07E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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