Html Css Color HEX #D67B6C New York Pink

📋 copy color: '#D67B6C'

red 214 ◦ green 123 ◦ blue 108

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

Shades of New York Pink #D67B6C

Tints of New York Pink #D67B6C

RGB

 RED value IS 214 (83.98% from 255) = 48.09%

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

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

R = 48.09%
G = 27.64%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D67B6C (or 0xD67B6C) is known color: New York Pink. HEX triplet: D6, 7B and 6C. RGB value is (214,123,108). Sum of RGB (Red+Green+Blue) = 214+123+108=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B6C is #298493. Grayscale: #949494. Windows color (decimal): -2720916 or 7109590. OLE color: 7109590.

HSL color Cylindrical-coordinate representation of color #D67B6C: hue angle of 8.49º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67B6C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 123 108 -
CMYK 0 0.43 0.50 0.16
HSL 8.49º 0.56% 0.63% -
HSV(B) 8.49º 0.5% 0.84% -
XYZ 37.52 29.54 17.91 -
YUV 148.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 214 123 108 0 0.43 0.50 0.16 8.49 0.56 0.63
Hex D6 7B 6C 0 2B 32 10 8 38 3F
Octal 326 173 154 0 53 62 20 10 70 77
Binary 11010110 1111011 1101100 0 101011 110010 10000 1000 111000 111111

Color Harmonies of #D67B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B6C

Black with #D67B6C

Text Example


Text Example

White with #D67B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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