Html Css Color HEX #D27B6C New York Pink

📋 copy color: '#D27B6C'

red 210 ◦ green 123 ◦ blue 108

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

Shades of New York Pink #D27B6C

Tints of New York Pink #D27B6C

RGB

 RED value IS 210 (82.42% from 255) = 47.62%

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

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 47.62%
G = 27.89%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D27B6C (or 0xD27B6C) is known color: New York Pink. HEX triplet: D2, 7B and 6C. RGB value is (210,123,108). Sum of RGB (Red+Green+Blue) = 210+123+108=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B6C is #2D8493. Grayscale: #939393. Windows color (decimal): -2983060 or 7109586. OLE color: 7109586.

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

Color convert

RGB 210 123 108 -
CMYK 0 0.41 0.49 0.18
HSL 8.82º 0.53% 0.62% -
HSV(B) 8.82º 0.49% 0.82% -
XYZ 36.37 28.95 17.86 -
YUV 147.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 210 123 108 0 0.41 0.49 0.18 8.82 0.53 0.62
Hex D2 7B 6C 0 29 31 12 9 35 3E
Octal 322 173 154 0 51 61 22 11 65 76
Binary 11010010 1111011 1101100 0 101001 110001 10010 1001 110101 111110

Color Harmonies of #D27B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B6C

Black with #D27B6C

Text Example


Text Example

White with #D27B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B6C; }

 p { color: rgb(210,123,108); }

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

background-color css

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

 a { background-color: rgb(210,123,108); }

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

border-color css

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

 span { border-color: rgb(210,123,108); }

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