Html Css Color HEX #D68372 New York Pink

📋 copy color: '#D68372'

red 214 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #D68372

Tints of New York Pink #D68372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 114 (44.92% from 255) = 24.84%

R = 46.62%
G = 28.54%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68372 (or 0xD68372) is known color: New York Pink. HEX triplet: D6, 83 and 72. RGB value is (214,131,114). Sum of RGB (Red+Green+Blue) = 214+131+114=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68372 is #297C8D. Grayscale: #9A9A9A. Windows color (decimal): -2718862 or 7504854. OLE color: 7504854.

HSL color Cylindrical-coordinate representation of color #D68372: hue angle of 10.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D68372 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 114 -
CMYK 0 0.39 0.47 0.16
HSL 10.2º 0.55% 0.64% -
HSV(B) 10.2º 0.47% 0.84% -
XYZ 38.89 31.74 20 -
YUV 153.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 214 131 114 0 0.39 0.47 0.16 10.2 0.55 0.64
Hex D6 83 72 0 27 2F 10 A 37 40
Octal 326 203 162 0 47 57 20 12 67 100
Binary 11010110 10000011 1110010 0 100111 101111 10000 1010 110111 1000000

Color Harmonies of #D68372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68372

Black with #D68372

Text Example


Text Example

White with #D68372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68372; }

 p { color: rgb(214,131,114); }

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

background-color css

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

 a { background-color: rgb(214,131,114); }

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

border-color css

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

 span { border-color: rgb(214,131,114); }

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