Html Css Color HEX #D07C6F New York Pink

📋 copy color: '#D07C6F'

red 208 ◦ green 124 ◦ blue 111

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

Shades of New York Pink #D07C6F

Tints of New York Pink #D07C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.99%

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

R = 46.95%
G = 27.99%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D07C6F (or 0xD07C6F) is known color: New York Pink. HEX triplet: D0, 7C and 6F. RGB value is (208,124,111). Sum of RGB (Red+Green+Blue) = 208+124+111=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C6F is #2F8390. Grayscale: #939393. Windows color (decimal): -3113873 or 7306448. OLE color: 7306448.

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

Color convert

RGB 208 124 111 -
CMYK 0 0.40 0.47 0.18
HSL 8.04º 0.51% 0.63% -
HSV(B) 8.04º 0.47% 0.82% -
XYZ 36.09 28.97 18.73 -
YUV 147.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 208 124 111 0 0.40 0.47 0.18 8.04 0.51 0.63
Hex D0 7C 6F 0 28 2F 12 8 33 3F
Octal 320 174 157 0 50 57 22 10 63 77
Binary 11010000 1111100 1101111 0 101000 101111 10010 1000 110011 111111

Color Harmonies of #D07C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C6F

Black with #D07C6F

Text Example


Text Example

White with #D07C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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