Html Css Color HEX #D67370 Geraldine

📋 copy color: '#D67370'

red 214 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #D67370

Tints of Geraldine #D67370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.08%

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

R = 48.53%
G = 26.08%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D67370 (or 0xD67370) is known color: Geraldine. HEX triplet: D6, 73 and 70. RGB value is (214,115,112). Sum of RGB (Red+Green+Blue) = 214+115+112=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D67370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67370 is #298C8F. Grayscale: #909090. Windows color (decimal): -2722960 or 7369686. OLE color: 7369686.

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

Color convert

RGB 214 115 112 -
CMYK 0 0.46 0.48 0.16
HSL 1.76º 0.55% 0.64% -
HSV(B) 1.76º 0.48% 0.84% -
XYZ 36.79 27.73 18.74 -
YUV 144.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 214 115 112 0 0.46 0.48 0.16 1.76 0.55 0.64
Hex D6 73 70 0 2E 30 10 2 37 40
Octal 326 163 160 0 56 60 20 2 67 100
Binary 11010110 1110011 1110000 0 101110 110000 10000 10 110111 1000000

Color Harmonies of #D67370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67370

Black with #D67370

Text Example


Text Example

White with #D67370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67370; }

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

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

background-color css

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

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

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

border-color css

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

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

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