Html Css Color HEX #D07B6D New York Pink

📋 copy color: '#D07B6D'

red 208 ◦ green 123 ◦ blue 109

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

Shades of New York Pink #D07B6D

Tints of New York Pink #D07B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.95%

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 47.27%
G = 27.95%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D07B6D (or 0xD07B6D) is known color: New York Pink. HEX triplet: D0, 7B and 6D. RGB value is (208,123,109). Sum of RGB (Red+Green+Blue) = 208+123+109=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B6D is #2F8492. Grayscale: #929292. Windows color (decimal): -3114131 or 7175120. OLE color: 7175120.

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

Color convert

RGB 208 123 109 -
CMYK 0 0.41 0.48 0.18
HSL 8.48º 0.51% 0.62% -
HSV(B) 8.48º 0.48% 0.82% -
XYZ 35.86 28.68 18.11 -
YUV 146.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 208 123 109 0 0.41 0.48 0.18 8.48 0.51 0.62
Hex D0 7B 6D 0 29 30 12 8 33 3E
Octal 320 173 155 0 51 60 22 10 63 76
Binary 11010000 1111011 1101101 0 101001 110000 10010 1000 110011 111110

Color Harmonies of #D07B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B6D

Black with #D07B6D

Text Example


Text Example

White with #D07B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B6D; }

 p { color: rgb(208,123,109); }

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

background-color css

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

 a { background-color: rgb(208,123,109); }

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

border-color css

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

 span { border-color: rgb(208,123,109); }

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