Html Css Color HEX #D67170 Geraldine

📋 copy color: '#D67170'

red 214 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #D67170

Tints of Geraldine #D67170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.74%

 BLUE value IS 112 (44.14% from 255) = 25.51%

R = 48.75%
G = 25.74%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D67170 (or 0xD67170) is known color: Geraldine. HEX triplet: D6, 71 and 70. RGB value is (214,113,112). Sum of RGB (Red+Green+Blue) = 214+113+112=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D67170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67170 is #298E8F. Grayscale: #8F8F8F. Windows color (decimal): -2723472 or 7369174. OLE color: 7369174.

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

Color convert

RGB 214 113 112 -
CMYK 0 0.47 0.48 0.16
HSL 0.59º 0.55% 0.64% -
HSV(B) 0.59º 0.48% 0.84% -
XYZ 36.56 27.28 18.67 -
YUV 143.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 214 113 112 0 0.47 0.48 0.16 0.59 0.55 0.64
Hex D6 71 70 0 2F 30 10 1 37 40
Octal 326 161 160 0 57 60 20 1 67 100
Binary 11010110 1110001 1110000 0 101111 110000 10000 1 110111 1000000

Color Harmonies of #D67170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67170

Black with #D67170

Text Example


Text Example

White with #D67170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67170; }

 p { color: rgb(214,113,112); }

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

background-color css

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

 a { background-color: rgb(214,113,112); }

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

border-color css

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

 span { border-color: rgb(214,113,112); }

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