Html Css Color HEX #D6736E Geraldine

📋 copy color: '#D6736E'

red 214 ◦ green 115 ◦ blue 110

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

Shades of Geraldine #D6736E

Tints of Geraldine #D6736E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 48.75%
G = 26.2%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6736E (or 0xD6736E) is known color: Geraldine. HEX triplet: D6, 73 and 6E. RGB value is (214,115,110). Sum of RGB (Red+Green+Blue) = 214+115+110=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6736E is #298C91. Grayscale: #909090. Windows color (decimal): -2722962 or 7238614. OLE color: 7238614.

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

Color convert

RGB 214 115 110 -
CMYK 0 0.46 0.49 0.16
HSL 2.88º 0.56% 0.64% -
HSV(B) 2.88º 0.49% 0.84% -
XYZ 36.68 27.68 18.16 -
YUV 144.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 214 115 110 0 0.46 0.49 0.16 2.88 0.56 0.64
Hex D6 73 6E 0 2E 31 10 3 38 40
Octal 326 163 156 0 56 61 20 3 70 100
Binary 11010110 1110011 1101110 0 101110 110001 10000 11 111000 1000000

Color Harmonies of #D6736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6736E

Black with #D6736E

Text Example


Text Example

White with #D6736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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