Html Css Color HEX #D67270 Geraldine

📋 copy color: '#D67270'

red 214 ◦ green 114 ◦ blue 112

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

Shades of Geraldine #D67270

Tints of Geraldine #D67270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

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

R = 48.64%
G = 25.91%
B = 25.45%

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

#D67270 (or 0xD67270) is known color: Geraldine. HEX triplet: D6, 72 and 70. RGB value is (214,114,112). Sum of RGB (Red+Green+Blue) = 214+114+112=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D67270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67270 is #298D8F. Grayscale: #8F8F8F. Windows color (decimal): -2723216 or 7369430. OLE color: 7369430.

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

Color convert

RGB 214 114 112 -
CMYK 0 0.47 0.48 0.16
HSL 1.18º 0.55% 0.64% -
HSV(B) 1.18º 0.48% 0.84% -
XYZ 36.67 27.5 18.7 -
YUV 143.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 214 114 112 0 0.47 0.48 0.16 1.18 0.55 0.64
Hex D6 72 70 0 2F 30 10 1 37 40
Octal 326 162 160 0 57 60 20 1 67 100
Binary 11010110 1110010 1110000 0 101111 110000 10000 1 110111 1000000

Color Harmonies of #D67270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67270

Black with #D67270

Text Example


Text Example

White with #D67270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67270; }

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

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

background-color css

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

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

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

border-color css

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

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

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