Html Css Color HEX #D67974 Sea Pink

📋 copy color: '#D67974'

red 214 ◦ green 121 ◦ blue 116

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

Shades of Sea Pink #D67974

Tints of Sea Pink #D67974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 47.45%
G = 26.83%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D67974 (or 0xD67974) is known color: Sea Pink. HEX triplet: D6, 79 and 74. RGB value is (214,121,116). Sum of RGB (Red+Green+Blue) = 214+121+116=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D67974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67974 is #29868B. Grayscale: #949494. Windows color (decimal): -2721420 or 7633366. OLE color: 7633366.

HSL color Cylindrical-coordinate representation of color #D67974: hue angle of 3.06º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67974 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 116 -
CMYK 0 0.43 0.46 0.16
HSL 3.06º 0.54% 0.65% -
HSV(B) 3.06º 0.46% 0.84% -
XYZ 37.72 29.23 20.18 -
YUV 148.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 214 121 116 0 0.43 0.46 0.16 3.06 0.54 0.65
Hex D6 79 74 0 2B 2E 10 3 36 41
Octal 326 171 164 0 53 56 20 3 66 101
Binary 11010110 1111001 1110100 0 101011 101110 10000 11 110110 1000001

Color Harmonies of #D67974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67974

Black with #D67974

Text Example


Text Example

White with #D67974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67974; }

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

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

background-color css

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

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

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

border-color css

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

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

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