Html Css Color HEX #D67472 Sea Pink

📋 copy color: '#D67472'

red 214 ◦ green 116 ◦ blue 114

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

Shades of Sea Pink #D67472

Tints of Sea Pink #D67472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

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

R = 48.2%
G = 26.13%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D67472 (or 0xD67472) is known color: Sea Pink. HEX triplet: D6, 74 and 72. RGB value is (214,116,114). Sum of RGB (Red+Green+Blue) = 214+116+114=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D67472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67472 is #298B8D. Grayscale: #919191. Windows color (decimal): -2722702 or 7501014. OLE color: 7501014.

HSL color Cylindrical-coordinate representation of color #D67472: hue angle of 1.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 #D67472 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 114 -
CMYK 0 0.46 0.47 0.16
HSL 1.2º 0.55% 0.64% -
HSV(B) 1.2º 0.47% 0.84% -
XYZ 37.01 28 19.37 -
YUV 145.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 214 116 114 0 0.46 0.47 0.16 1.2 0.55 0.64
Hex D6 74 72 0 2E 2F 10 1 37 40
Octal 326 164 162 0 56 57 20 1 67 100
Binary 11010110 1110100 1110010 0 101110 101111 10000 1 110111 1000000

Color Harmonies of #D67472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67472

Black with #D67472

Text Example


Text Example

White with #D67472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67472; }

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

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

background-color css

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

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

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

border-color css

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

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

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